brisonus_app_eq/ERNCTuningTool/test/test_list.py
2025-02-18 22:05:52 +08:00

7 lines
43 B
Python

a = [1] * 10
print(a)
a.clear()
print(a)