This challenge is to create a user's input and display it back to the user.
Extremely Easy (Beginner)
1
- Create a variable
- Get user input and store it in the variable
- Display the variable back to the user, using a print statement or a popup.
- Create a new folder in the
Submissions
folder with your name and the challenge number. (ex.Submissions/John Doe/1
) - Add your code to your folder.
- Create a file called
README.md
in your folder. - Explain your code in your
README.md
file. - Create a pull request to the
master
branch. - Wait for your pull request to be reviewed.