a = """we can use this three quotes marks as
multiline input to python.
we can use single quotes too.
int his number of lines if indepencent of number of quotes"""
print(a)a = """we can use this three quotes marks as
multiline input to python.
we can use single quotes too.
int his number of lines if indepencent of number of quotes"""
print(a)
0 Comments