# 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)) Covid-19 Resources | LVACRC
top of page

COVID-19 Resources

Get access for covid-19 vaccines, tests, any news regarding the COVID-19 outbreak below. 

Covid-19 Resources

Local Las Vegas COVID-19 Resources

CSN Campuses
(Tuesday to Friday Noon to 4:00pm)

1. West Charleston Campus: In the Southeast Parking Lot from noon until 4 p.m. To speed the collection process, please choose a time slot online at www.snhd.info/get-tested/csnwc and register each person being tested.

--
2. Henderson Campus:  In the South Parking Lot from noon until 4 p.m. To speed the collection process, please choose a time slot online at www.snhd.info/get-tested/csnh and register each person being tested. 

--
3. North Las Vegas Campus:  In the South Parking Lot from noon until 4 p.m. To speed the collection process, please choose a time slot online at www.snhd.info/get-tested/csnnlv and register each person being tested. 


****These are NOT drive-thru testing locations.****

COVID-19 Home Test
bottom of page