Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 417 Bytes

30 Days of Code - Day 0

To view solutions, see the file hello-world.py in your text editor.

Day 0: Hello, World.

Task:

To complete this challenge, you must save a line of input from stdin to a variable, print Hello, World. on a single line, and finally print the value of your variable on a second line.

Solution:

In hello-world.py.

Return to navigation list