mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-18 12:31:22 +02:00
Merge pull request #1963 from aayushranaut/master
Removed confusing comments
This commit is contained in:
@@ -124,7 +124,7 @@ not False # => True
|
|||||||
"This is a string"[0] # => 'T'
|
"This is a string"[0] # => 'T'
|
||||||
|
|
||||||
#String formatting with %
|
#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.
|
#later at some time, it may still be good to know how it works.
|
||||||
x = 'apple'
|
x = 'apple'
|
||||||
y = 'lemon'
|
y = 'lemon'
|
||||||
|
Reference in New Issue
Block a user