@@ -0,0 +1,5 @@
s = "Hello"
for c in s:
print(f"'{c}' 的ASCII码是: {ord(c)}")
print(f"ASCII码65对应的字符是: {chr(65)}")
The note is not visible to the blocked user.