You are viewing a single comment's thread. Return to all comments →
What do you need to do?
Take what the user types (one line of text), which is input() in python. And we create a thing named inputString that saves that line of text.
Print “Hello, World.” on the first line. Print the saved text (stored in inputString) you got from the users input on the second line.
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Hello, World.
You are viewing a single comment's thread. Return to all comments →
What do you need to do?
Take what the user types (one line of text), which is input() in python. And we create a thing named inputString that saves that line of text.
Print “Hello, World.” on the first line. Print the saved text (stored in inputString) you got from the users input on the second line.