回答編集履歴

1

リンクの追加

2020/06/14 14:11

投稿

退会済みユーザー
test CHANGED
@@ -9,3 +9,7 @@
9
9
  print(ord('X') - 64) # 24
10
10
 
11
11
  ```
12
+
13
+
14
+
15
+ [組み込み関数 ord() | 公式ドキュメント](https://docs.python.org/ja/3/library/functions.html#ord)