Computer Science, asked by jaineshri9, 3 months ago

1
3
4
5
# write how many adults and children in the task
adults 2
children = 31
# write the cost of tickets for adults and children
adult_price = 3699
child_price = 1100
# Calculate how much money was spent on children and adults and save the amount
adults*adults_price + children*children_price
# The program tells you what the total cost is
print('Total cost:', total)
Correct the mistakes, python ​

Answers

Answered by sai2258
0

Answer:

adult =2396

children =34100

fallow me

Similar questions