Skip to content

Commit 65c3963

Browse files
author
IsratIJK
committed
Solved 1st problem in python
1 parent 9842a3b commit 65c3963

File tree

1 file changed

+2
-0
lines changed
  • Say Hello, World! With Python

1 file changed

+2
-0
lines changed

Say Hello, World! With Python/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
a="Hello, World!"
2+
print(a)

0 commit comments

Comments
 (0)