我在python中有一个indentationerror

2024-05-28 18:46:57 发布

您现在位置:Python中文网/ 问答频道 /正文

 while(cnt<=10):
 ... tweets = api.search(keyword)
 File "<stdin>", line 2
 tweets = api.search(keyword)
      ^
 IndentationError: expected an indented block

我不知道为什么这个问题。plz hlep公司


Tags: anapisearchstdinlineblockkeywordtweets

热门问题