Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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")
 
PREVIOUS NEXT
Tagged: #print #commans #python
ADD COMMENT
Topic
Name
1+5 =