MCPcopy Create free account
hub / github.com/ActiveState/code / exit

Function exit

recipes/Python/496762_Personal_Finance_Assistance/recipe-496762.py:318–328  ·  view source on GitHub ↗

Exit from the program(L1)

()

Source from the content-addressed store, hash-verified

316
317
318def exit():
319 '''Exit from the program(L1)'''
320 os.system("cls")
321 print "Thank you for using PFA v1.8"
322 print "Closing Connections & Programs... "
323 time.sleep(1)
324 print "Good Bye\n"
325 print "another waikeong-made program"
326 print "All Rights Reserved (C)"
327 time.sleep(2)
328 sys.exit()
329
330
331def add_func(dt, ds, at):

Callers 2

resp_processFunction · 0.70
loopFunction · 0.50

Calls 2

sleepMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected