first commit

This commit is contained in:
Jesselyn Mu
2025-07-11 09:05:19 +07:00
parent 1506c2d72c
commit 572cd4c572
22 changed files with 4533 additions and 2226 deletions

View File

@ -2,7 +2,33 @@
"cells": [
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"-0.2470000000000001"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"values = [-0.005, 0.003, -0.014, 0.003, -0.002, -0.014, -0.014, -0.005, -0.014, -0.014,\n",
" -0.005, -0.005, -0.014, -0.014, -0.014, -0.014, -0.014, -0.014, -0.014, -0.014,\n",
" -0.014, -0.014, -0.014, -0.014, 0.009, -0.002]\n",
"\n",
"# Calculate the total\n",
"total_sum = sum(values)\n",
"total_sum"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
@ -199,7 +225,7 @@
"4 1 "
]
},
"execution_count": 20,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
@ -3264,7 +3290,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.3"
"version": "3.10.1"
}
},
"nbformat": 4,