Help coding with termux? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
2nd May 2018, 6:43 AM
The Legend
The Legend - avatar
11 Answers
+ 1
thanks bro, I'm really trying, I appreciate ur help!
2nd May 2018, 7:24 AM
The Legend
The Legend - avatar
+ 4
Change the line 8 like above
2nd May 2018, 6:58 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 4
Change raw_input to input, like I said earlier.
2nd May 2018, 7:17 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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.
2nd May 2018, 6:55 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
What seems to be the problem? Do you get an error of some kind?
2nd May 2018, 7:11 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
no that didn't do the trick
2nd May 2018, 6:56 AM
The Legend
The Legend - avatar
0
negative, not working
2nd May 2018, 7:02 AM
The Legend
The Legend - avatar
0
idk?
2nd May 2018, 7:05 AM
The Legend
The Legend - avatar
0
on top of that tried urs in my terminal, n it won't work. I'm about 20secs from giving this up
2nd May 2018, 7:07 AM
The Legend
The Legend - avatar
0
I can't post pictures but yes
2nd May 2018, 7:12 AM
The Legend
The Legend - avatar
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
2nd May 2018, 7:13 AM
The Legend
The Legend - avatar