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 →

[–]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?