摘要: 一、关于print函数 区别于c和py2,py3的print的正确形式如下:print("hello world") 错误语句:print"hello world" #该语句在py2时是可以用的,但py3不行。 printf("hello world") #该语句是出现于其他语言的函数,不是py3。 阅读全文
posted @ 2019-09-07 18:19 空气香味 阅读(315) 评论(1) 推荐(0)