version2

parent 85c83c39
......@@ -25,22 +25,22 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 19,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"4.334094455301447"
"4.33"
]
},
"execution_count": 10,
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"np.std(x,ddof=1)"
"np.round (np.std(x,ddof=1),2)"
]
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment