# 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)) Get Covered with Nevada Health Link | LVACRC
top of page

Thu, Dec 08

|

UNLV Student Wellness Center

Get Covered with Nevada Health Link

Tickets are not on sale
See other events
Get Covered with Nevada Health Link
Get Covered with Nevada Health Link

Time & Location

Dec 08, 2022, 10:00 AM – 2:00 PM

UNLV Student Wellness Center , 4505 S Maryland Pkwy, Las Vegas, NV 89119, USA

Share this event

bottom of page