Skip to content

Commit 36b0ac2

Browse files
Update 01_intro_to_strings.py
1 parent de1e522 commit 36b0ac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

01_intro_to_strings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
print(name[:6])
1111

12-
print(name[0:])
12+
print(name[0:])
13+
print(name[0:6])

0 commit comments

Comments
 (0)