Python: function cant find keyword in dictionary of tweets

后端 未结 0 927
囚心锁ツ
囚心锁ツ 2020-12-07 07:05

Here is my current code:

def printTweetsAboutSomething(tweetsDictionary, twitterUsername, keyword):

if (keyword in tweetsDictionary):
    print(twitter         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题