-
Notifications
You must be signed in to change notification settings - Fork 21
arithmetic-operation #57
-
arithmetic-operation
Python 中的算术运算符用于执行加、减、乘和除等基础的算术运算。
https://luckrnx09.com/python-guide-for-javascript-engineers/zh-cn/arithmetic-operation
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
差异速览--自减: +=1 应为 -=1
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
2 replies
-
@lqhchj Thanks! fixed.
Beta Was this translation helpful? Give feedback.
All reactions
-
还有一个整除是js没有的,js要实现的话是
Math.floor(num1 / num2)
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment