We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e0f40 commit 94b57c1Copy full SHA for 94b57c1
1 file changed
tutor.html
@@ -109,7 +109,7 @@
109
</p>
110
111
<p style="margin-top: 25px;">
112
-Then try some programming questions:<br/>
+Then try some sample programming questions:<br/>
113
Solve:
114
<a href="question.html?two-sum">Two-sum</a> |
115
<a href="question.html?reverse">Reverse list</a> |
@@ -196,9 +196,9 @@
196
production code.
197
198
<p style="margin-top: 8px;"/>Official Python 3 support is coming soon;
199
-for now, try the <a
200
-href="http://netserv.ict.ru.ac.za/python3_viz/">Python 3 fork</a> by
201
-Peter Wentworth.
+for now, try the Python 3 forks by <a
+href="http://cscircles.cemc.uwaterloo.ca/visualize/">CS Circles</a> and
+<a href="http://netserv.ict.ru.ac.za/python3_viz/">Peter Wentworth</a>.
202
203
<p style="margin-top: 8px;"/>
204
Check out the <a
0 commit comments