Skip to content

Instantly share code, notes, and snippets.

@quantumjim
quantumjim / Engine.py
Last active May 16, 2022 15:06
Gamified tutorial for QISKit to run on PythonAnywhere
# -*- coding: utf-8 -*-
import math
def ClearScreen () :
# DESCRIPTION:
# Prints a whole bunch of space to screen
print("\n"*200)
def ColouredString (message,colour) :