We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a21615 commit 1151368Copy full SHA for 1151368
test_io.py
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+year = raw_input('请输入你需要知道的年份:')
4
+print '你输入的年份为' , year
0 commit comments