Answers for "print a commans in python"

0

print a commans in 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")
Posted by: Guest on June-29-2021

Python Answers by Framework

Browse Popular Code Answers by Language