Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print command in python

# This line will automatically add a new line before the
# next print statement
print ("GeeksForGeeks is the best platform for DSA content")
 
# This print() function ends with "**" as set in the end argument.
print ("GeeksForGeeks is the best platform for DSA content", end= "**")
print("Welcome to GFG")
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #print #command #python
ADD COMMENT
Topic
Name
8+9 =