# 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 资源

在下方获取 covid-19 疫苗、测试和有关 COVID-19 爆发的任何新闻。 

Covid-19 Resources

拉斯维加斯本地 COVID-19 资源

南航校区
(周二至周五中午至下午 4:00)

1.西查尔斯顿校区:从中午到下午 4 点在东南停车场为加快收集过程,请在线选择时间段 at www.snhd.info/get-tested/csnwc 并注册每个被测试的人。

--
2.亨德森校区:  South Parking Lot 从中午到下午4点 为加快收集过程,请在线选择时间段 www.snhd.info/get-tested/csnh 并注册每个被测试的人。 

--
3.North Las Vegas Campus:  South Parking Lot 从中午到下午4点 为加速收集过程,请在线选择时间段at www.snhd.info/get-tested/csnnlv 并注册每个被测试的人。 


****这些不是免下车测试地点。****

COVID-19 Home Test
bottom of page