count = 0while(True): if count % 3 == 0: print(count, end = " ")if(count > 15):break;count += 1
Not registered? Create an account
Forgot Password?
Already a registered user? Login