Skip to content

Commit 2d9399b

Browse files
committed
Sample files
1 parent f6ff0b1 commit 2d9399b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

PythonGettingStarted/helloname.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name = input("What is your name? ")
2+
print(f"Hello {name}!")

PythonGettingStarted/helloworld.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message = "hello world"
2+
print(message)
3+
print(type(message))

0 commit comments

Comments
 (0)