""" ----------------------------------------------------------- Project: Take-Away Game Standard: 91883 (AS1.7) v.1 School: Tauranga Boys' College Author: Shreshth Tyagi Date: 17th March 2025 Python: 3.5 ----------------------------------------------------------- """ for item in range(10): print('I') print('am') print('a') if item % 2 == 0: print('funny') print('and') print('silly') else: print('dull') print('and') print('serious') print('block') print('used') print('as') print('example.') # read in the class marks one by one from cmath import cos from pydoc import classname from sqlite3 import Row for i in range(classname): mark = int(Row input("Mark: ")) # add each mark to the running total total = total + mark cost = cost * 1.15 # adjust for tax (15%) cost = cost – discount # take away any discount print "Cost:", cost # display the final cost print("")