Assign a Value to a Variable

Assign 199.99 to the price variable and check the solution.

Output: 199.99 

Solutions

Solution: 1

price = 199.99
print('This costs', price)