Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print python

print('hello world') #print can write a string a number or a variable

#for example you can 'print' a number
print(1) #if you want to print a number you can print it without '' or ""

#we can print a variable
string = 'hi'
print(string) #if you want to print a variable you can print it without '' or ""
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #print #python
ADD COMMENT
Topic
Name
1+3 =