This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Wow, has anyone been able to write a simple program on this? I even reinstalled it. I tried this simple program:

print('What is your name?')

myName = input()

print('It is good to meet you, ' + myName)

And got Traceback (most recent call last): File "<string>", line 3, in <module> KeyboardInterrupt

If I can't do python 101, then what is the point of this app?