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