Skip to content

Commit b08ac40

Browse files
committed
strings
1 parent 1d1d3a8 commit b08ac40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

022_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Try out creating a string with your name in it:
2323

24-
your_name = ???
24+
your_name = 'Nana'
2525
print(your_name)
2626

2727
# @TASK: Check your work by running this file with:

0 commit comments

Comments
 (0)