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