Hilda
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Hilda-
Hilda commented,
updated, thank you! Jaromił Najman
-
Hilda created a post,
KeyError: 0 in Python
AnsweredHi, 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...