Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /