Skip to content

Commit f327cb4

Browse files
committed
fixed default code to remove "$" sign
1 parent 4ea9a0e commit f327cb4

File tree

1 file changed

+1
-1
lines changed
  • exercises/08.2-How-Much-The-Wedding-Costs

1 file changed

+1
-1
lines changed

exercises/08.2-How-Much-The-Wedding-Costs/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010

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

0 commit comments

Comments
 (0)