+ 1
Write a program to print cost of purchase a item from 5 any product. Accept input of Product name and quantity. In python
plz anybody slove this
3 Answers
+ 3
Looking at:
https://code.sololearn.com/c0uxgI8fsKBV/?ref=app
You need to remove the spaces at the front of each of your lines.
INDENTATION is very important in python.
For example;
print("this is correct")
=/=
print("this is incorrect")
+ 3
We can help you, we just need to see where you are stuck.
Write your code into the code playground and attach it here.