Skip to content
Snippets Groups Projects
Commit b7dd70f1 authored by vand's avatar vand
Browse files

Upload New File

parent 7b265824
Branches
No related tags found
No related merge requests found
#%% module 2, example 0
import math
a = 50
b = math.sqrt(a)
print(b)
#%% composition
print(math.sqrt(50))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment