Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print in python

print("Type you'r string here!")
# String is something that is in 2 of "" this is called string
# Print function runs the function to print text in python
# You type print() first
# Give it "" double quotes
# Type whatver you want to print in that double qoutes
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #print #python
ADD COMMENT
Topic
Name
2+1 =