Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 182 Bytes

File metadata and controls

5 lines (3 loc) · 182 Bytes

Collection of my exercises in Python.

2**(1/2) = 1.4142135623730951 (data_structure.ipynb)
1j**(1/2) = 0.7071067811865476+0.7071067811865475j (data_structure.ipynb)