for i in range(10): if i == 5: break else: print(i)else: print("Here")
Not registered? Create an account
Forgot Password?
Already a registered user? Login