main.py 99 B

123456
  1. def main():
  2. print("Welcome to RT-Thread MicroPython!")
  3. if __name__ == '__main__':
  4. main()