![]() |
Python
1.0
|
Namespaces | |
validateRoman | |
Functions | |
def | validateRoman.validateRoman (r) |
Validates a roman numeral. More... | |
def | validateRoman.reRoman (r) |
Validates a roman numeral using regular expressions. More... | |
def | validateRoman.main (argv=None) |
Main program. More... | |
Variables | |
validateRoman.xrange = range | |
validateRoman.raw_input = input | |