Question: 11.13 LAB: Integer to Roman Numeral Write a Python program to convert an integer to a roman numeral. Ex nput 4000 Output LAB .13.1: LAB:

11.13 LAB: Integer to Roman Numeral Write a Python program to convert an integer to a roman numeral. Ex nput 4000 Output LAB .13.1: LAB: Integer to Roman Numeral 0/5 main.py Load default template... 1 class conv 2 def int.to Roman(self, num): roman num "Add code here ' return roman num 10 if -'main' n-conv) 12 x-int(input(")) 13 print (n.int_to_Roman(x))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
