Skip to content
Snippets Groups Projects
Commit 9d376194 authored by bpopovic's avatar bpopovic
Browse files

Upload New File

parent a8ea4706
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id:c6e05e9c-f1d8-4960-9046-c1bef9bb5ebf tags:
``` python
import numpy as np
x = np.sqrt(25)
print(x)
```
%% Output
5.0
%% Cell type:code id:740bbf90-115a-4782-a44f-c91da155b6a5 tags:
``` python
```
%% Cell type:code id:4e90f0fa-0de0-4d16-b473-88c325b0fa5d tags:
``` python
from PyQt5 import QtWidgets
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment