[variable] <input_function>: take input from user #130
vkendurkar
started this conversation in
Exercise Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Topic
variables
What should the learner come away knowing?
Teaches how to take the user input using input()
How is the program broken?
Complete but buggy code the learner repairs
Draft exercise file
Draft check file
No response
Reference solution
Hint
Use input function() in python and assign it to variable name = input(What is your name)
Documentation URL
https://docs.python.org/3/library/functions.html#input
Before you post
All reactions