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