while True : print(count). count += 1. if count >= 5: break. # Prints out only odd numbers - 1,3,5,7,9. for x in range(10): # Check if x is even.
確定! 回上一頁