-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When running
kt.problem("2048")[0].keys()we get
dict_keys(
[
"id",
"text",
"cpu",
"memory",
"difficulty",
"category",
"author",
"source",
"files",
"statistics",
"breakpoints",
"submissions",
]
)whereas, if we run
kt.problems()[0].keys()we get
dict_keys(
[
"name",
"id",
"fastest",
"shortest",
"total",
"acc",
"difficulty",
"category",
"link",
]
)Would it be possible to include name also in the problem lookup functionality?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels