From 53438813d9f9bec6148f17df484ca9e63d031895 Mon Sep 17 00:00:00 2001 From: rvpanoz Date: Mon, 2 Dec 2019 01:07:14 +0200 Subject: [PATCH] Update ask_for_input.py --- 2 - Print/ask_for_input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)