Hong-Phuc Bui
2024-04-21 3f21bf326a3c55c67742c5790acdb765a5173a4e
1
2
3
4
5
6
from experiments import physik
 
 
arg = 123456
result = physik.do_something(arg)
print(result)