# import the time module import time # define the countdown func. def countdown(t): while t: mins, secs = divmod(t, 60) timer = '{:02d}:{:02d}'.format(mins, secs) print(timer, end="\r") time.sleep(1) t -= 1 print('Happy Chinese New Year!') # input time in seconds t = input("Enter the time in seconds: ") # function call countdown(int(t)) Sartén Wok Gibson | LVACRC
top of page
Sartén Wok Gibson

Sartén Wok Gibson

SKU: 325533220595

Estado: Nuevo

FUNCIONAL: Si

DAÑO: No

REQUIERE MONTAJE: No

EMBALAJE: Sí

PIEZAS QUE FALTAN: No

    $10.00Precio
    Product Page: Stores_Product_Widget
    bottom of page