Skip to content

Commit 3869e2f

Browse files
committed
Enable python option
1 parent 766de1b commit 3869e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/problem/Problem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Problem: React.FC = () => {
5656
}}
5757
>
5858
<option value={"cpp"}>C++</option>
59-
{/* <option value={"python"}>Python</option> */}
59+
<option value={"python"}>Python</option>
6060
</select>
6161
<div
6262
className="flex h-96 flex-col gap-4 rounded border border-base-content/10"

0 commit comments

Comments
 (0)