Skip to content
Snippets Groups Projects
Commit e21f4870 authored by Lahmar Anas's avatar Lahmar Anas
Browse files

test

doing some test
parent e27ccbb9
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` python
import numpy as np
```
%% Cell type:code id: tags:
``` python
a=np.random.randint(0,10,8)
a
```
%% Output
array([1, 3, 4, 6, 6, 1, 6, 0])
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment