Question: How many asterisk() will the following code print? i = 4 while i so: i -= 2 print(*) if i == 2: break else: print(*)
How many asterisk() will the following code print? i = 4 while i so: i -= 2 print("*") if i == 2: break else: print("*") else: print("*")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
