0
Help coding with termux?
it won't work https://code.sololearn.com/c71xf55ubO0s/?ref=app
11 Réponses
+ 1
thanks bro, I'm really trying, I appreciate ur help!
+ 4
Change the line 8 like above
+ 4
Change raw_input to input, like I said earlier.
+ 3
Please add a hash (#) in the first line, as it is supposed to be a comment, not the code instruction.
And change raw_input to just input in line 8. It's Python 3 here.
+ 3
What seems to be the problem? Do you get an error of some kind?
0
no that didn't do the trick
0
negative, not working
0
idk?
0
on top of that tried urs in my terminal, n it won't work. I'm about 20secs from giving this up
0
I can't post pictures but yes
0
Traceback (most recent call last):
File "8ball", line 8, in <module>
question = raw_input("Ask the magic 8 ball a question: (press enter to quit) ")
NameError: name 'raw_input' is not defined