Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 464 Bytes

File metadata and controls

10 lines (8 loc) · 464 Bytes

exercice.numbertranscriptor.python

solution of number transcriptor challenge in python (Can recognize and translate mathematical expressions to litteral, check their syntaxes and turn to words, integers and floating numbers with up to 30 digits in the integer part)

The number_transcriptor.py file is an all-in-one solution

Run:

Mac & Linux

clear && python3 path/to/number_transcriptor.py

Windows

cls && python3 path\to\number_transcriptor.py