This commit is contained in:
louiscklaw
2025-01-31 21:15:04 +08:00
parent 3337cc3d1e
commit acf9d862ff
324 changed files with 43162 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
'''
Draft a python script to
Count down a nonnegative number to zero
n,n— 1, n — 2, ...,0
'''