Basic

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

Sample String : “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”

Output :

  1. Twinkle, twinkle, little star,
  2. How I wonder what you are!
  3. Up above the world so high,
  4. Like a diamond in the sky.
  5. Twinkle, twinkle, little star,
  6. How I wonder what you are

Hint: use \t \n