上面的例子中python2和python3写法有啥不同?

来源:3-3 Python的整数与浮点数

慕丝0500266

2022-02-10 16:36

num1 = 10
num2 = 3
result = num1 / num2
print(result)


写回答 关注

1回答

  • Emin3m
    2022-02-11 09:51:09

    在上述代码中,二者没区别

Python3 入门教程(新版)

python3入门教程,让你快速入门并能编写简单的Python程序

154172 学习 · 1075 问题

查看课程

相似问题