Files
python/python_9_模块/my_test1.py
T

3 lines
33 B
Python
Raw Normal View History

2025-08-05 09:19:34 +08:00
def test(a, b):
print(a - b)