Computer Science, asked by rekha61336, 5 months ago

to print
print the following
о a
1. Write
program
message!
"Project
Purpose: "Internals​

Answers

Answered by umeshyenumulla
0

Answer:

hlo

this is python coding

have a nice day

Explanation:

i = 0

while i < 5:

   print(i)

   i += 1

   if i == 3:

       break

else:

   print(0)

Similar questions