{%extends "notes/base.html"%} {%block content%}

Quizzes





All Quiz Paths


Explore

Python

      {%for quiz in quiz%} {%if quiz.Language == "python"%}
  1. {{quiz.name}}
  2. {%endif%} {%endfor%}
Explore

      {%for quiz in quiz%} {%if quiz.language == "python"%}
  1. {{quiz.name}}
  2. {%endif%} {%endfor%} {%if ques.quiz.language is not "java"%} Java Quizzes coming soon, checkout Java Practice in the meantime. {%endif%}

{%endblock content%}