Answers for "triple quote python"

1

triple apices character

```code to send by discord```
Posted by: Guest on November-13-2020
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