Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
23 lines (23 loc) · 1.24 KB

File metadata and controls

23 lines (23 loc) · 1.24 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"editor": "pyprj",
"title": "Native python",
"steps": [
{
"contentMd": "Tutorials can be written with code in Python.\n```python\nbasic.show_string(\"Hello\")\n```",
"headerContentMd": "Tutorials can be written with code in Python.",
"fullscreen": true,
"hintContentMd": "```python\nbasic.show_string(\"Hello\")\n```"
},
{
"contentMd": "Show some LEDs\n\n```python\nbasic.forever(function() {\n basic.show_leds(`\n . # . # .\n # # # # #\n # # # # #\n . # # # .\n . . # . .`);\n})\n\n```",
"headerContentMd": "Show some LEDs",
"hintContentMd": "```python\nbasic.forever(function() {\n basic.show_leds(`\n . # . # .\n # # # # #\n # # # # #\n . # # # .\n . . # . .`);\n})\n\n```"
}
],
"activities": null,
"code": "\ndef __wrapper_0():\n basic.show_string(\"Hello\")\n\ndef __wrapper_1():\n basic.forever(function() {\n basic.show_leds(`\n . # . # .\n # # # # #\n # # # # #\n . # # # .\n . . # . .`);\n })\n",
"metadata": {
"diffs": false
},
"language": "python"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.