0
How can i convert integer to roman
without "loop" and "for i in range" using only "def" and "conditional operator"(if,elif,else)
2 Answers
+ 4
Why without loop? @@
- 1
Take a look on https://wiki.python.org.br/NumerosRomanos
without "loop" and "for i in range" using only "def" and "conditional operator"(if,elif,else)