{% 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%}

{{ question.title }}

{{question.category}} {{question.typeof}} {%else%}

{{ question.title }}

{{question.category}} {{question.typeof}} Solved {%endif%} {%else%}

{{ question.title }}

{{question.category}} {{question.typeof}} {%endif%}
{{question.content|safe}}

{%if user.is_authenticated%} {%notsolved user question as result%} {%if result%} Submit Answer View your submissions and results here. {%else%} View your submissions and results here. {%endif%} {%else%} Submit Answer {%endif%}

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)


{%if question.typeof == "PYTHON"%}

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 %}