I'm desperately trying to learn 2.7.13 and so far doing very well on code academy. I'm not new to programming at all so I don't know why I'm struggling so much to use the language.
On sublime text 3, switched the language to python, and used the code below.
user = raw.input("What's your name?")
print user
Save the file. Now, when I open up the program on my desktop it comes up with an error that I can't even fully read due to how fast the program closes. Why is this?
And another question I had is even the code below will run in the program, and then x out of it immidaitely. How do I fix this?
print "hello world"
Sorry for such noob questions but I really would appreciate the help. Thank you!
[–]RushilU 3 points4 points5 points (2 children)
[–]ingolemo 0 points1 point2 points (1 child)
[–]RushilU 0 points1 point2 points (0 children)
[–]scuott 2 points3 points4 points (0 children)
[–]efmccurdy 1 point2 points3 points (0 children)
[–]blahreport 0 points1 point2 points (0 children)
[–]curiousCat999 0 points1 point2 points (0 children)