This commit is contained in:
2509165003
2026-04-23 15:59:07 +08:00
parent df690257aa
commit ad1cffb0e1
2 changed files with 48 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
text = "hello"
text = ".,+*"
for char in text:
print(f"'{char}'的ASCII码是:{ord(char)}")