{% extends 'game/base.html' %} {% load static %} {% load i18n %} {% load app_tags %} {% block scripts %} {{block.super}} {% endblock %} {% block css %} {{block.super}} {% endblock %} {% block header %} {% endblock header %} {% block content %}
You can write your code and see its output using the code editor below.
Next to it, you can view your worksheet - you can't write anything in it, but you can copy and paste from it.