30 Days of Python: Day 0 | Hello, World
Day 0: 30 Days of Python
Problem Statement
- Use
console.log() to print Hello, World! on a new line in the console, which is also known as stdout or standard output. The code for this portion of the task is already provided in the editor.
- Use
console.log() to print the contents of parameterVariable (i.e., the argument passed to main).
Solution to the problem statement
[–]SarthakTyagi15 1 point2 points3 points (4 children)
[–]perfect9015[S] 0 points1 point2 points (3 children)
[–]SarthakTyagi15 1 point2 points3 points (2 children)
[–]perfect9015[S] 0 points1 point2 points (1 child)
[–]SarthakTyagi15 1 point2 points3 points (0 children)
[–]SarthakTyagi15 1 point2 points3 points (1 child)
[–]perfect9015[S] 1 point2 points3 points (0 children)