11 lines
150 B
Python
11 lines
150 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Fri Oct 1 10:42:13 2021
|
|
|
|
@author: Joschka
|
|
"""
|
|
import numpy as np
|
|
|
|
print(np.sqrt(0.2))
|
|
|
|
print(0.56*8+ 0.1*4.48) |