8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3812f50 commit c4c3dc3Copy full SHA for c4c3dc3
Ch2 - Basics/helloworld_start.py
@@ -4,3 +4,6 @@
4
#
5
6
7
+print("hello world!")
8
+name = input("What is your name? ")
9
+print("Nice to meet you,", name)
0 commit comments