Files
digitale-bildverarbeitung-l…/5_Bildanalyse/ü6/l_b.py

7 lines
64 B
Python

import numpy as np
n = 4
m = -1
print("%s * x + %s" % (m, n))