Skip to content

Commit 684dd99

Browse files
authored
Update videogamefan.py
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent df4ce51 commit 684dd99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Python-Fundamentals-part2/student_activity/videogamefan/videogamefan.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# EXAMPLES NOT FOR USE
2+
# --------------------
3+
14
# Get user input
25
name = input("What is your name: ")
36

@@ -13,4 +16,4 @@
1316
print("Your saved name is:", saved_name)
1417

1518

16-
# PASS
19+
# PASS

0 commit comments

Comments
 (0)