revenue reduce
This commit is contained in:
19
test.ipynb
19
test.ipynb
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user