# 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)) NVEnergy Project Reach | LVACRC
top of page
NV Energy Project Reach
NV Energy PROJECT REACH.png

More Info:

The name and address on the bill MUST match a valid NV ID or Driver's License.

Contact us today to see if you qualify!
Call: 725-205-1205
or
Chat with one of our representatives through our online Chat.

bottom of page