8000 Update helloworld_start.py · Circarl/learning-python-2896241@c4c3dc3 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c4c3dc3

Browse files
committed
Update helloworld_start.py
1 parent 3812f50 commit c4c3dc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ch2 - Basics/helloworld_start.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
#
55

66

7+
print("hello world!")
8+
name = input("What is your name? ")
9+
print("Nice to meet you,", name)

0 commit comments

Comments
 (0)
0