Skip to content

Commit b0bf387

Browse files
Create 001-Write-a-Python-Program-to-Display-a-String.py
1 parent 090bedb commit b0bf387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
string = "Hello World"
2+
print(string)

0 commit comments

Comments
 (0)