# strings a='''heloo, name is vikrant. m from hisar.''' print(a) b='hello my nname is ankur' print (b) c='welcome' print(c) # use '''...................''' for a long string or paragraph