11th grade-all tasks
Kernel: Python 3 (Anaconda)
In [3]:
In [2]:
In [6]:
In [9]:
Out[9]:
1min 1s ± 3.39 s per loop (mean ± std. dev. of 7 runs, 1 loop each)
In [0]:
In [25]:
Out[25]:
/ext/anaconda3/lib/python3.5/site-packages/ipykernel/__main__.py:10: DeprecationWarning: numpy boolean negative, the `-` operator, is deprecated, use the `~` operator or the logical_not function instead.
<matplotlib.image.AxesImage at 0x7fa2a8d1a0f0>
In [41]:
In [42]:
Out[42]:
[<matplotlib.lines.Line2D at 0x7fb6784a9160>]
In [15]:
Out[15]:
[(0.9+0.3j),
(0.655+1.2000000000000002j),
(-1.0759750000000003+2.232j),
(-3.8891017993750006-4.143152400000002j),
(-2.1055990037239085+32.88628290784971j),
(-1077.139056330645-137.8306490539019j),
(1141231.1938542523+296926.2105107204j),
(1214243463337.6807+677722907416.197j),
(1.0150788490216222e+24+1.6458412205686508e+24j),
(-1.678408253591845e+48+3.3413172236943356e+48j),
(-8.347346523631195e+96-1.1216188812234324e+97j)]
In [9]:
Out[9]:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-9-456816890988> in <module>()
----> 1 z_list[0].real()
TypeError: 'float' object is not callable
In [0]: