Hello!
Now I have written a function for numbers over 3999:
if arabicnumber<=3999:
print arabToRom
else:
parenthesis=0
while (arabicnumber)>3999
arabicnumber/=1000
for i in range (parenthesis...
etc and i compare all the numbers that i write in so if i write like 5560 it pirints out ( V ) and the 560 as usual.
Now i wonder, how do i do this the other way? Which code and function? I want to write in (V) and it prints out 5000 but it doesent work.
How do i do it? Please help .