# 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)) Plans & Pricing | Asian Community Resource Center
top of page
Plans & Pricing: PaidPlans

Choose your pricing plan

  • Community Supporter

    10$
    Every month
     
    • Embossed thank you letter for your donation + Email Updates
    • Community Program Expansion Fund
    • Fund a student with a scholarship towards higher education
  • Community Supporter

    20$
    Every month
     
    • Embossed thank you letter for your donation + Email Updates
    • Community Program Expansion Fund
    • Fund a student with a scholarship towards higher education
  • Community Advocate

    40$
    Every month
     
    • Thank you | ACRC Swag (Surprise)
    • Pantry support for delivered foods to our vulnerable adults
  • Sustainer

    60$
    Every month
     
    • Thank you ACRC Swag | 50% Discount on any item in our shop!
    • Fund for our Student Enhancement Program
    • Fund for Internship Opportunities
    • Fund for our Citizenship Program

One time donation 
Luncheon Sponsor please include luncheon in memo

bottom of page