Monday, January 24, 2011

Phyton3

I was working on the examples of python today and I learn that (#) in  a python file will ignore the command for example:
#print("Halt")
#user_input = input("Who Goes there?")
#print("You may pass, " + user_input).
This Commands won't show up in the python file when you execute the file.

No comments:

Post a Comment