Skip to content

Commit ad0d24f

Browse files
committed
Adds 🐍
1 parent e8b56eb commit ad0d24f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/strings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Strings are nothing but simple text. In Python we declare strings in between ""
77

88
::
99

10-
>>> s = "I am Indian"
10+
>>> s = "I love Python 🐍"
1111
>>> s
12-
'I am Indian'
13-
>>> s = 'I am Indian'
12+
'I love Python 🐍'
13+
>>> s = 'I love Python 🐍'
1414
>>> s = "Here is a line \
1515
... split in two lines"
1616
>>> s

0 commit comments

Comments
 (0)