1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 19:54:38 +02:00

Merge pull request #1963 from aayushranaut/master

Removed confusing comments
This commit is contained in:
Adam Bard
2015-12-05 13:20:50 +07:00

View File

@@ -124,7 +124,7 @@ not False # => True
"This is a string"[0] # => 'T'
#String formatting with %
#Even though the % string operator will be deprecated on Python 3.1 and removed
#Even though the % string operator will be deprecated on Python 3.1 and removed
#later at some time, it may still be good to know how it works.
x = 'apple'
y = 'lemon'