()
| 62 | digitalToBinary() |
| 63 | raw_input() |
| 64 | def credit(): |
| 65 | os.system('cls') |
| 66 | text = """########################### |
| 67 | Author: phinix bss |
| 68 | Date : 04/06/2006 |
| 69 | Vision: 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 | |
| 76 | def mainmenu(): |
| 77 | while True: |