string pythhon
a = '''my name is
coding boy
hasya'''
print(a)
#this is how string works
#it will print te value what you will enter
Coding boy Hasya
a = '''my name is
coding boy
hasya'''
print(a)
#this is how string works
#it will print te value what you will enter