We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766de1b commit 3869e2fCopy full SHA for 3869e2f
src/pages/problem/Problem.tsx
@@ -56,7 +56,7 @@ const Problem: React.FC = () => {
56
}}
57
>
58
<option value={"cpp"}>C++</option>
59
- {/* <option value={"python"}>Python</option> */}
+ <option value={"python"}>Python</option>
60
</select>
61
<div
62
className="flex h-96 flex-col gap-4 rounded border border-base-content/10"
0 commit comments