Go to file
Pavel 8059c8d089 add empty lines between functions 2019-10-15 18:36:49 +02:00
README initial commit 2019-10-15 18:22:05 +02:00
atlemu.py add empty lines between functions 2019-10-15 18:36:49 +02:00

README

This is a modified version of the Numworks script for the TI-Planet and
Planete Casio back to school 2019 contest.

This modified version works with Python 3 under GNU Linux and MS Windows.

The original code can be found at:

https://workshop.numworks.com/python/andreanx/atlemu

This script can be used in interactive mode from the Python shell:

  from atlemu import *
  do(-1, 4, 4)

It also can be used in script mode:

  python3 atlemu.py