February 15, 2009

Basic python syntax:


print("text to print\n")
text to print

print  = the command
()    = the arguments for the command
" "       = input
\n       = new line

No comments:

Post a Comment