You are on page 1of 1

1.

 Write a Python program to print the following string in a specific format (see the output). 

Output :
Twinkle, twinkle, little star,
How I wonder what you are!
Up above the world so high,
Like a diamond in the sky.
Twinkle, twinkle, little star,
How I wonder what you are

2. WAP to print names of your 5 friends each in new line using single print() and single
string.

3. WAP to print names of your 5 friends each in new line using single print() and
independent string for each name.

4. WAP to print names of your 5 friends each in new line using 5 print().

5. WAP to print \t and \n as it is in the output.

You might also like