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)