Run ❯
Get your
own Python
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
price = 59 tax = 0.25 txt = f"The price is {price + (price * tax)} dollars" print(txt)
x
price
=
59
tax
=
0.25
txt
=
f"The price is {price + (price * tax)} dollars"
print
(
txt
)
The price is 73.75 dollars