完成作业“

;
This commit is contained in:
2509165004
2026-04-21 11:21:47 +08:00
parent 080a0b4948
commit be0a8b60c9
3 changed files with 41 additions and 0 deletions

4
260421-2509165004.py Normal file
View File

@@ -0,0 +1,4 @@
s = "Hello"
for c in s:
print(c, ord(c))
print(chr(65)) # 输出 A