python输入与输出

输入输出

- py2:
- 输入:raw_input
- 输出:print ""
- py3:
- 输入:input
- 输出:print()

posted @ 2024-03-04 21:06  jhchena  阅读(39)  评论(0)    收藏  举报