You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/challenge.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
{{ super() }}
5
5
6
6
<title>Python Type Challenge - Level: {{level}}, Topic: {{name}}</title>
7
-
<metaname="description" content="Join Python Type Challenges to learn and master Python typing (type hints) with our comprehensive and interactive exercises.">
Copy file name to clipboardExpand all lines: templates/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
{% block head %}
4
4
{{ super() }}
5
-
<title>Python Type Challenges - Master Python Typing with Interactive Exercises</title>
6
-
<metaname="description" content="Join Python Type Challenges to learn and master Python typing (type hints) with our comprehensive and interactive exercises.">
0 commit comments