name = 'hello my name is sermon sharm and i am 20 yo '
print(name)
long_string = '''
hello this side sermon and today this is python bootcamp
so with the help of long_stirng we can write multiple lines and also we can write parragraphs
'''
print(long_string)