revenue reduce

This commit is contained in:
2023-06-18 20:27:23 +08:00
parent b0b3cac73e
commit 1d8f319adb
5 changed files with 43 additions and 11 deletions

View File

@@ -298,6 +298,25 @@
" break\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2.25\n",
"2.25\n"
]
}
],
"source": [
"print(27 / (4 * 3))\n",
"print(27 / 4 / 3)"
]
}
],
"metadata": {