Skip to main content
added 8 characters in body
Source Link
Suraj Rao
  • 29.7k
  • 11
  • 97
  • 104

use this to understand

for i in range(0,52): print(5*"fiof" ,end=" ")

for i in range(0,52):
    print(5*"fiof" ,end=" ")

just put different things here in end and also use with sep

use this to understand

for i in range(0,52): print(5*"fiof" ,end=" ")

just put different things here in end and also use with sep

use this to understand

for i in range(0,52):
    print(5*"fiof" ,end=" ")

just put different things here in end and also use with sep

Source Link

use this to understand

for i in range(0,52): print(5*"fiof" ,end=" ")

just put different things here in end and also use with sep