We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea9a0e commit f327cb4Copy full SHA for f327cb4
exercises/08.2-How-Much-The-Wedding-Costs/app.py
@@ -9,4 +9,4 @@
9
10
11
# ❌ ↓ DON'T CHANGE THE CODE BELOW ↓ ❌
12
-print('Your wedding will cost $'+str(price)+' dollars')
+print('Your wedding will cost '+str(price)+' dollars')
0 commit comments