Skip to content

Latest commit

 

History

History
19 lines (7 loc) · 187 Bytes

README.md

File metadata and controls

19 lines (7 loc) · 187 Bytes

Hello-world

#in code editor

#open new file and name it Hello.py

#print("Hello World")

#debug and run file

#Hello world will be printed on the terminal

print("Hello World")