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