![]() |
Python
1.0
|
The equivalent of the function atoi. More...
Functions | |
def | str2int (str) |
Converts a string with characters from '0' to '9' to an integer. More... | |
def | main () |
The equivalent of the function atoi.
def _01c_str2int.main | ( | ) |
References _01d_dec2bin.input, validateRoman.raw_input, and str2int().
def _01c_str2int.str2int | ( | str | ) |
Converts a string with characters from '0' to '9' to an integer.
str | given string. |
Referenced by main().