News

counter=0 #intialize counter variable while True: # true until the condition is met user_input=input("enter the command(write exit to close the loop): ") counter+=1 # ...