完成作业“
;
This commit is contained in:
4
260421-2509165004.py
Normal file
4
260421-2509165004.py
Normal file
@@ -0,0 +1,4 @@
|
||||
s = "Hello"
|
||||
for c in s:
|
||||
print(c, ord(c))
|
||||
print(chr(65)) # 输出 A
|
||||
Reference in New Issue
Block a user