Update index.html
Browse files- index.html +1 -2
index.html
CHANGED
@@ -7,8 +7,7 @@
|
|
7 |
|
8 |
<body>
|
9 |
<p>
|
10 |
-
|
11 |
-
click the button.
|
12 |
</p>
|
13 |
<input id="code" value="sum([1, 2, 3, 4, 5])" />
|
14 |
<button onclick="evaluatePython()">Run</button>
|
|
|
7 |
|
8 |
<body>
|
9 |
<p>
|
10 |
+
Type python code here. Powered by your browser ™️
|
|
|
11 |
</p>
|
12 |
<input id="code" value="sum([1, 2, 3, 4, 5])" />
|
13 |
<button onclick="evaluatePython()">Run</button>
|