Exit from the program(L1)
()
| 316 | |
| 317 | |
| 318 | def 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 | |
| 331 | def add_func(dt, ds, at): |
no test coverage detected