摘要: print print("hello,world!") name = "xiaoming" print(name) num1=2 age = 35 print(num1,age) #sep默认分割是空格 print(num1,age,name,sep="#")#sep改为#号 单词 help 帮助 阅读全文
posted @ 2020-02-19 13:39 黄十堰 阅读(164) 评论(0) 推荐(0)