Cetak commans di Python

#How to print a sentence in python:

print("Hello World")

## Using ""  is important for a string sentence
## Use the print command correctly 
print("Thank You")
Breakable Boar