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