This commit is contained in:
2025-07-03 21:56:29 +08:00
parent 60dfbe2f68
commit 79963351e6
2 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ for i in a:
i = int(i) i = int(i)
print(i * 2) print(i * 2)
else: else:
print(i) print(i)

0
day4/列表.py Normal file
View File