Write a printf statement to print bye in the following format bbbbb yyy eeee
Answers
Answered by
0
a = "bye"
i = 1
for i in a:
n=5
print(i * n)
n-=2
Similar questions