摘要: name = input("name:")age = int(input("age:") ) #integerprint(type(age) , type( str(age) ))sex= input("sex:") info1=''' info of '''+name+''' name: '''+ 阅读全文
posted @ 2018-02-27 16:16 IT-Farmer 阅读(175) 评论(0) 推荐(0)
摘要: #!/usr/bir/env python# -*- coding:utf-8 -*-#Author: It Farmarprint("hello word!") #学习python的仪式感 阅读全文
posted @ 2018-02-27 15:55 IT-Farmer 阅读(50) 评论(0) 推荐(0)