SalesTax=.06 print=enter amount of first item input=SalesTax + (amount of first item) print(amount of first item) print=enter amount of Second item input=SalesTax + (amount of second item) input(cost of third item) input=SalesTax + (amount of third item) print SalesTax print=enter the amount of fourth item input=SalesTax + (amount of fourth item) print=enter amount of fifth item input=SalesTax + (amount of fifth item)
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question