• 1.常量和表达式我们可以把Python当成一个计算器,来进行一些算术运算。代码语言:javascript代码运行次数:0运行复制print(1+2+3)print(2*9)print(92)#打印结果#6#18#4.5print
    admin1月前
    530