bool = 5 if bool == True: print('True') elif bool == False: print('False') else: print("It's not bool!").
確定! 回上一頁