n=int(input("Amount of tickets"))
print(n*1250)
Python
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
n=int(input("Amount of tickets"))
print(n*1250)
Python