Answers for "print in python 2"

4

how to print something in python

print("hello guys")
Posted by: Guest on August-18-2020
2

print in python 2

# Print is a keyword in python2, so it works more like this
print ""

# Also like this
print 1+1
Posted by: Guest on May-22-2020

Python Answers by Framework

Browse Popular Code Answers by Language