Skip to content

Commit

Permalink
novo exercicio
Browse files Browse the repository at this point in the history
  • Loading branch information
rigueti-bruno committed May 9, 2024
1 parent 3e269dd commit 4b3a4c6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Desafios.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,26 @@
"# TODO: Imprima a nova capacidade\n",
"print(nova_capacidade)"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"4096 262144 0.015625\n"
]
}
],
"source": [
"z = (4**3)**2/4**3**2\n",
"a = (4**3)**2\n",
"b = 4**3**2\n",
"print(a,b,z)"
]
}
],
"metadata": {
Expand Down

0 comments on commit 4b3a4c6

Please sign in to comment.