Initial commit with project files
This commit is contained in:
6
5_Bildanalyse/ü6/l_b.py
Normal file
6
5_Bildanalyse/ü6/l_b.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import numpy as np
|
||||
|
||||
n = 4
|
||||
m = -1
|
||||
|
||||
print("%s * x + %s" % (m, n))
|
||||
Reference in New Issue
Block a user