issues
search
atharvaagrawal
/
Python-Challenges
This is Python Practice repository for Python Challenges Solver
1
stars
0
forks
source link
001-Write-a-Python-Program-to-Display-a-String.py
#1
Open
atharvaagrawal
opened
4 years ago
atharvaagrawal
commented
4 years ago
Input:
None
Output:
Hello World
Pranjal-Sancheti
commented
4 years ago
print("Hello World")
megsameghana
commented
4 years ago
print("hello world")
Input:
None
Output:
Hello World