python3.0如何print字符串和数字JAY.LIN 收录于 Python 2024-11-28 约 98 字 预计阅读 1 分钟 目录 python3.0如何print字符串和数字python2的时候我们在处理字符串时一般不怎么用小括号,但是在python3之中这个是必须的。比如hello world,我们要这样写。str = (“hello world”)print (str)print (123)Please enable JavaScript to view the comments powered by Giscus.