diff --git a/2 - Print/ask_for_input.py b/2 - Print/ask_for_input.py index 7721a330..41e28d83 100644 --- a/2 - Print/ask_for_input.py +++ b/2 - Print/ask_for_input.py @@ -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) \ No newline at end of file +print(name)