{% extends "notes/base.html" %} {%load static%} {%load viewans%} {% block content %} {%if user.is_authenticated%}
Practice Python | Java | General | Look at what "Practice is all about".
{%notsolved user question as result%} {%if result%}NOTE These questions can be solved in either Java , Python , Rust, C++, Go or ! However, the language intended for these questions is mentioned along with the question on the top. You need to submit the solution file for the autograder to grade the submission. If you are submitting in Java, make sure that the class name is Main (with a capital M)
Optional Python Editor for your use
{%elif question.typeof == "JAVA"%}Optional Java Editor for your use
{%elif question.typeof == "General"%}Optional Python Editor for your use
Optional Java Editor for your use
{%endif%} {% endblock content %}