1. 程式人生 > 實用技巧 >計算兩個時間點之間的分鐘數

計算兩個時間點之間的分鐘數

'''
while True:
time1 = input("請輸入第一個時間:")
time2 = input("請輸入第二個時間:")
hour1 = int(time1.split('