# COMP3311 22T1 Ass2 get Names biography/filmography
import sys
import psycopg2
Copyright By Assignmentchef assignmentchef
# define any local helper functions here
# set up some globals
usage = Usage: q4.py NamePattern [Year]
# process command-line args
argc = len(sys.argv)
# manipulate database
db = psycopg2.connect(dbname=imdb)
# add your code here
except psycopg2.Error as err:
print(DB error: , err)
db.close()
CS: assignmentchef QQ: 1823890830 Email: [email protected]
Reviews
There are no reviews yet.