Write a program to read the price of 2 items. Give a discount of 20% on the item with greater price. python if and else
Answers
Answered by
0
Answer:
Python - Conditional Statements
Use of Python interpreter’s interactive mode and script mode has been explained in earlier chapter of this tutorial series (Python Getting started). So far we learned about Python data types mainly using interactive mode. From here on scripted mode will be used most of the time.
Explanation:
please mark me as brainliest answer and if you like my answer press heart ❤️
Similar questions