hbui
2024-07-17 cba010a56235c1c55976ca1986bbf982933619c2
1
2
3
4
5
6
from experiments import physik
 
 
arg = 123456
result = physik.do_something(arg)
print(result)