1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-07 15:26:45 +02:00

Update python.html.markdown

This commit is contained in:
Ananya W Cleetus
2015-10-12 11:56:37 -04:00
parent 070e53dd85
commit ba06e9af37

View File

@@ -142,7 +142,7 @@ bool("") # => False
####################################################
# Python has a print statement
print "I'm Python. Nice to meet you!"
print "I'm Python. Nice to meet you!" # => I'm Python. Nice to meet you!
# No need to declare variables before assigning to them.
some_var = 5 # Convention is to use lower_case_with_underscores