Here is a copy of the specs as per the C language version of mario that is asked to be done by Harvard's CS50 and CS50x (HarvardX) " Write, in a file called mario.c in your ~/workspace/pset1 directory ...
import cs50 db = cs50.SQL("sqlite:///foo.db") db.execute("CREATE TABLE IF NOT EXISTS cs50 (id INTEGER PRIMARY KEY, val TEXT, bin BLOB)") db.execute("INSERT INTO cs50 ...