Answers for "what does triple quotes mean in python"

0

what does triple quotes mean in python

# triple quotes string can extend multiple lines
my_string = """Hello, welcome to
           the world of Python"""
print(my_string)
Posted by: Guest on September-01-2021

Python Answers by Framework

Browse Popular Code Answers by Language