Greeting for the shell in calculator.
from math import * print(""" MicroPython 1.12 ***************************** Welcome to Python Shell :-) ***************************** Type [var] and choose k() to clear screen. """)
Create, edit, and import your Python scripts
Greeting for the shell in calculator.
from math import * print(""" MicroPython 1.12 ***************************** Welcome to Python Shell :-) ***************************** Type [var] and choose k() to clear screen. """)