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: help.html
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@
85
85
alt="first steps with python"/>
86
86
<h2id="Editor"> The Editor</h2>
87
87
<p>The Python editor is perfect for those who want to push their coding skills further.
88
-
A selection of snippets and a range of pre-made images and music give you a helping hand with your code.
88
+
A selection of snippets and a range of pre-made images, sounds and music give you a helping hand with your code.
89
89
The editor is powered by the global <ahref="http://python.org/community/microbit/">Python Community</a>.</p>
90
90
91
91
<h3id="Menu">Menu</h3>
@@ -432,9 +432,14 @@ <h3 id="REPL">REPL</h3>
432
432
<li>Loop back to step 1</li>
433
433
</ol>
434
434
435
-
<p>To interact with the REPL on the micro:bit, when you <strong>Open Serial</strong> you will be asked to
436
-
<strong>Click here or press CTRL-C to enter the REPL</strong>. Once you have done so, try typing something
437
-
in MicroPython.</p>
435
+
<p>To interact with the REPL on the micro:bit:</p>
436
+
<ul>
437
+
<li>Flash a python program to the micro:bit, if you have not done so already.</li>
438
+
<li>Select <strong>Open Serial</strong> to open the REPL window.</li>
439
+
<li>Where prompted, choose to <strong>Click the blue bar</strong> or <strong>press CTRL-C to enter the REPL</strong>. Once you have done so, try typing something
0 commit comments