This commit is contained in:
louiscklaw
2025-01-31 20:12:48 +08:00
parent 30153eead3
commit 49e275d85d
29 changed files with 3080 additions and 0 deletions

9
ttng1234/Q2/step1.py Normal file
View File

@@ -0,0 +1,9 @@
#!/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)