An open API service indexing awesome lists of open source software.

https://github.com/sqlwwx/dive-into-python3-roman


https://github.com/sqlwwx/dive-into-python3-roman

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# dive-into-python3-roman-code
罗马转换单元测试实例

This program is part of 'Dive Into Python 3', a free Python book for
experienced programmers. Visit http://diveintopython3.org/ for the
latest version.
to_roman() 方法应该返回代表1-3999的罗马数字。
```
python romantest.py -v
```