Update example_micropython.py

This commit is contained in:
Tom 2024-07-29 15:40:00 +01:00
parent deb7941fd2
commit d27a94bc6e

View File

@ -1,6 +1,7 @@
import asyncio
import gc
import struct
import sys
from array import array
import console
@ -58,7 +59,8 @@ def print_buf(
print(
"This is μPython saying hello from the on page console!"
"This is μPython saying hello from the on page console!\n"
f"Version {sys.version}"
)
console.log(
"This is μPython saying hello from the JS console!"