Files
ttng1234/Q2/step1.py
louiscklaw ac46b859c2 update,
2025-02-01 02:09:11 +08:00

9 lines
163 B
Python

#!/usr/bin/env python
test_list = [ 21,9,17,10 ]
def check_mathematical_series(n: int) -> str:
print(n)
for n in test_list:
check_mathematical_series(n)