Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2 - Print/ask_for_input.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The input funciton allows you to prompt the user for a value
# The input function allows you to prompt the user for a value
# You need to declare a variable to hold the value entered by the user
name = input('What is your name? ')

print(name)
print(name)