mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-06 03:15:01 -06:00
roman numeral edit
This commit is contained in:
@@ -22,6 +22,3 @@ def roman(n):
|
|||||||
n -= best
|
n -= best
|
||||||
res += numerals[best]
|
res += numerals[best]
|
||||||
return res
|
return res
|
||||||
|
|
||||||
for i in range(2950, 35000, 13):
|
|
||||||
print('{} -> {}'.format(i, roman(i)))
|
|
||||||
Reference in New Issue
Block a user