You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
482 B

2 years ago
##### Add cell and run `type(your_numpy_array)`
###### Is the your_numpy_array an NumPy array ? It can be checked with that should be equal to `numpy.ndarray`.
2 years ago
##### Run all the cells of the notebook or `python main.py`
2 years ago
###### Are the types printed are as follows ?
2 years ago
```
<class 'int'>
<class 'float'>
<class 'str'>
<class 'dict'>
<class 'list'>
<class 'tuple'>
<class 'set'>
<class 'bool'>
```
2 years ago
##### Delete all the cells you added for the audit and restart the notebook
TODO