I'm testing out this QPython app on my phone and I have the following code:
#-*-coding:utf8;-*
#qpy:console
#qpy:2
numOne = 1
numTwo = 2
person = str(input("What's your name?"))
print "Guess what I can do?"
print "Hello,", person
However, it returns an error:
> hipipal.qpyplus/scripts/.last_tmp.py" <
What's your name?jason
Traceback (most recent call last):
File "/storage/emulated/0/com.hipipal.qpyplus/scripts/.last_tmp.py", line 8, in <module>
person = str(input("What's your name?"))
File "<string>", line 1, in <module>
NameError: name 'jason' is not defined
1|u0_a320@hltetmo:/ $
Sorry if formatting is off, I am posting this from my phone on the go.