Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to use print function in python

# Printing, the basics of Python...

# Btw this is how you print a statement or anything in the terminal/console.

print("your printing statement")

# Above basically makes use of a built-in function called print which just
# shows your writing in the console. You can print variables also using print.

# Very easy to use. Hope I helped. Thanks!

# By Codexel (yea, i changed my username AGAIN...)
 
PREVIOUS NEXT
Tagged: #print #function #python
ADD COMMENT
Topic
Name
5+7 =