<span>print entire workbook</span>
Decimal (i think but i’m not 100% sure)
Answer:
No
because spreadsheet is used for calculation not for writing address
a = int(input("Class A tickets sold: "))
b = int(input("Class B tickets sold: "))
c = int(input("Class C tickets sold: "))
print("Total income generated: $"+str((a*20)+(b*15)+(c*10)))
I hope this helps!