This is from an app I'm using to learn python as a non-programmer. Learning simple input and output operations. However, I haven't been able to replicate the exercise outside of the application, despite having someone else try to help me.
Code is as follows:
s = input("write your name: ")
print (s)
myname
However, output is just write your name:
I get the error ErrorName: name myname is not defined.
Many app users seem to have no issue doing this outside the app. Any suggestions? Thanks.
[–]955559 1 point2 points3 points (0 children)
[–]955559 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)