Skip to content
Rujul Nayak edited this page Jan 2, 2023 · 2 revisions

Installation

You can install Thunno via PyPI by typing this command into your console:

pip install thunno

This will automatically install the latest version of Thunno.

Running code

Type thunno into your console to start the interpreter.

It will prompt you for these five things:

  • Flags
  • Header
  • Code
  • Footer
  • Input

Once you have finished typing this in, it will run the code and output the result

Online interpreters

Thunno is now on Attempt This Online!

Clone this wiki locally