Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
There was a "$" in the don't change section that was creating an error when compiling.
  • Loading branch information
Dageti authored Nov 3, 2023
1 parent 31fe53c commit b2673a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/08.2-How-Much-The-Wedding-Costs/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@


# ❌ ↓ DON'T CHANGE THE CODE BELOW ↓ ❌
print('Your wedding will cost $'+str(price)+' dollars')
print('Your wedding will cost '+str(price)+' dollars')

0 comments on commit b2673a8

Please sign in to comment.