diff --git a/projects_novice.md b/projects_novice.md index 6cb8450..8d1056c 100644 --- a/projects_novice.md +++ b/projects_novice.md @@ -1,2 +1,9 @@ # Opgaver - Begynder +1. Vis billede + +```python +from microbit import * + +while True: + display.show(Image.HEART