Write A Programme In Python To Print Twinkle-Twinkle Little Star Poem?

 Write A  Programme In Python To Print Twinkle-Twinkle Little Star Poem? 









Code:

print('''Twinkle, twinkle, little star
How I wonder what you are
Up above the world so high
Like a diamond in the sky''')

Output :














Comments

Popular posts from this blog

Write a Python Program To Calculate The Grade Of A Student

Write Python Program To Store Seven Fruits Name In a List Enter By The User