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

Function credit

recipes/Python/496778_binaryconverter10/recipe-496778.py:64–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 digitalToBinary()
63 raw_input()
64def credit():
65 os.system('cls')
66 text = """###########################
67Author: phinix bss
68Date : 04/06/2006
69Vision: Binary-converter 1.0
70###########################
71 """
72 for character in text:
73 sys.stdout.write(character);sys.stdout.flush(),time.sleep(.03),
74 raw_input()
75
76def mainmenu():
77 while True:

Callers 1

mainmenuFunction · 0.85

Calls 3

writeMethod · 0.45
flushMethod · 0.45
sleepMethod · 0.45

Tested by

no test coverage detected