Solved

Which of the Following Statements A), B) or C) Is

Question 1

Multiple Choice

Which of the following statements a) , b) or c) is false?


A) The User object's status property returns a tweepy.models.Status object, which corresponds to a Twitter tweet object. The Status object's text property contains the text of the account's most recent tweet.
B) The text property was originally for tweets up to 140 characters. When Twitter increased the limit to 280 characters, they added an extended_tweet property for accessing the text and other information from tweets between 141 and 280 characters.
C) Retweeting sends the characters exactly as they are received in the original tweet.
D) All of the above statements are true.

Correct Answer:

verifed

Verified

Related Questions