Computer Science, asked by ednagladinpuliyanath, 5 hours ago

Write a For loop to display " Good Morning " 5 time​

Answers

Answered by Kalihacker
0

Answer:

for i in range(0,5):

print("Good Morning")

Similar questions