what is the algorithm?
Write a program that prompts the user to enter a number with the range of 1 through 10. Validate input do not accept a value less than 1. The program should display the number and Roman numeral version of it separated by a tab. If the number is outside the range of 1 through 10, the program should display an error message.
Use int function for input: int(input('Enter … '))
#input validation loop
while number<1>1>
enter your code here
Use for n in range(number+1): See Chapter 4
Sample Ouput:
Number Roman Numeral
1 I
2 II
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here