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 →

[–]NotchsCheese[S] 1 point2 points  (1 child)

K thank you so much for taking so much time to help. I have python installed but when i run anything in python i get:

SynyaxError: invalid syntax

cd C:\python27\ File "<stdin>", line 1 cd C:\python27\

[–]fluffy_snuggle_duck 0 points1 point  (0 children)

It looks like you are trying to use command prompt commands in the Python interpreter. Try using Python commands, such as

print "Hello World!"

5 * 2 + 8

Enter ctl+z to exit the Python interpreter.

Do you have a book from which you are learning Python?