Change sec = mint % 60 to sec = time % 60 it also make more sense :) Also consider using format: print("time left --> ",hrs,":",mint,":",sec ...
確定! 回上一頁