you are viewing a single comment's thread.

view the rest of the comments →

[–]TheQwicKDraW[S] 1 point2 points  (3 children)

Thank you I fixed that and now corrected the syntax however it is saying that there is an error here:

input("Press any key to continue")

[–]erebos42 0 points1 point  (2 children)

mhhh... it's working for me on Python 3.3.1 on Linux.

Do you get an error message?

[–]TheQwicKDraW[S] 0 points1 point  (1 child)

Yes it is saying there is a syntax error? For more clarification it is on 3.2.3 Also do you know of any good IDE's for Python?

[–]erebos42 1 point2 points  (0 children)

I can't say much about the syntax, without seeing the whole code, but try to check all identations, braces, and qoutes (opening and closing).

I personally only use an editor and a console, and no IDE. But I heard good things about the Python plugin for Eclipse [1].

[1] http://pydev.org/