# 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)) Home | Asian Community Resource Center
top of page

ASIAN COMMUNITY
RESOURCE CENTER

Acrc-removebg-preview (4) (2)_edited_edi

OUR MISSION

To inform, educate, and promote health and wellness in our Asian, Pacific Islander and other ethnic communities.

GET INVOLVED TODAY!

SERVICES

IMG_0329.JPG

SIGN UP FOR OUR NEWSLETTER!

Thanks for submitting!

Phone | 725-205-1205

1771 E Flamingo Rd Ste 113-A

Las Vegas, NV. 89109

  • Facebook
  • Instagram
  • Twitter
  • LinkedIn
bottom of page