mablono5 / Twittercompbot

A follow, like, retweet bot for Twitter
MIT License
0 stars 0 forks source link

Error Syntax #3

Open alexpereza4 opened 6 years ago

alexpereza4 commented 6 years ago

Hello I have problem with Code and i dont know what is the problem

File "twittercompbot.py", line 49 print "\nSleeping for " + str(n), "seconds \n" ^ SyntaxError: invalid syntax

If someone can help me Thanks,and sorry for my english

realwakils commented 6 years ago

Hey! You are using a probably using a newer version of Python. Try putting in: print ("\nSleeping for " + str(n), "seconds \n")

Make sure to do this to all the other errors (put in parantheses).

mablono5 commented 6 years ago

@alexpereza4 can you confirm if this worked for you please.