1.打印: py2: print”” py3:print(“”) [去掉空格:print(“”,end=””) 打印格式化: b = “1{}2{}3{}” print(b.format(1,2,3)) 赞微海报分享
近期评论