DyLab_3D_MOT/untitled0.py

11 lines
150 B
Python
Raw Normal View History

2021-10-01 14:37:07 +02:00
# -*- coding: utf-8 -*-
"""
Created on Fri Oct 1 10:42:13 2021
@author: Joschka
"""
2021-10-08 11:18:12 +02:00
import numpy as np
2021-10-01 14:37:07 +02:00
2021-10-26 14:33:07 +02:00
print(np.sqrt(0.2))
print(0.56*8+ 0.1*4.48)