Computer science project

profileJerry Shen
Project_2_EC.py

from random import randint, choice, choices, sample, shuffle def generate_numbers_super(limit = 34, num = 5, super_limit = 20): pass def lotto_prize_super(attempt, winning, prizes, super = False, multiplier = 1): pass def lotto_prize_search(attempt, winning, prizes): pass #Absolutely no additional code in this file #No function calls #No input lines #There should be no unindented code other than the import line and the def lines