diff options
author | Ananya W Cleetus <ananyacleetus@gmail.com> | 2015-10-12 11:56:37 -0400 |
---|---|---|
committer | Ananya W Cleetus <ananyacleetus@gmail.com> | 2015-10-12 11:56:37 -0400 |
commit | ba06e9af37fda3dd363ab5a39bf03cd65bbe2ddd (patch) | |
tree | a2584e80e64d2868d406f0eaee76ca1aabdb1ebc | |
parent | 070e53dd852c35c32fb82f542b5af57c46e4782c (diff) |
Update python.html.markdown
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown index 6cfb5dca..5b36083d 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -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 |