Skip to content

Commit 8386b7d

Browse files
committed
Remove solution to exercise that was removed
1 parent 1a9bfc0 commit 8386b7d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ch04-strings-and-string-methods/2-concatenation-indexing-and-slicing.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
print(string_left + string_right)
1616

1717

18-
# Exercise 3
19-
# Display two strings together, with a space in between
20-
string_one = "heebie"
21-
string_two = "jeebies"
22-
print(string_one, string_two)
23-
24-
2518
# Exercise 3
2619
# Display two strings together, with a space in between
2720
string_one = "heebie"

0 commit comments

Comments
 (0)