https://github.com/sqlwwx/dive-into-python3-roman
https://github.com/sqlwwx/dive-into-python3-roman
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlwwx/dive-into-python3-roman
- Owner: sqlwwx
- Created: 2014-10-19T12:15:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T12:18:51.000Z (over 11 years ago)
- Last Synced: 2024-12-25T15:40:45.262Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```