Write a python program to accept a price of an item and number of units. Finally display the amount of playable
Answers
Answered by
2
price = int(input())
units = int(input())
price *=units
print("price of the items is ",price)
Similar questions
Science,
1 month ago
Computer Science,
1 month ago
Social Sciences,
1 month ago
English,
2 months ago
English,
2 months ago
History,
10 months ago
Biology,
10 months ago
Geography,
10 months ago