Skip to content

Commit 1151368

Browse files
committed
输入数据的提交测试
1 parent 1a21615 commit 1151368

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_io.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
year = raw_input('请输入你需要知道的年份:')
4+
print '你输入的年份为' , year

0 commit comments

Comments
 (0)