3) Write the
output of the following python code statement.
num=1
while num<5:
print(num*num)
num=num+1
print("Program Over")
Answers
Answered by
0
Answer:
Answer:Option C) No output will be the correct option■ Cause the syntax given in the above question has a bugHope this will help you please try to mark ...
Similar questions