Hilda
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Hildaによる最近のアクティビティ-
KeyError: 0 in Python
回答済みHi, I have the following code: from typing import Listfrom data_contoh_mod import *def _pm(i, iterasi): for col in S[i]: precedence[iterasi][col] = 1 if col in S: _pm(co...