diff --git a/exercises/08.2-How-Much-The-Wedding-Costs/app.py b/exercises/08.2-How-Much-The-Wedding-Costs/app.py index 2d113a18..aedcb3be 100644 --- a/exercises/08.2-How-Much-The-Wedding-Costs/app.py +++ b/exercises/08.2-How-Much-The-Wedding-Costs/app.py @@ -9,4 +9,4 @@ # ❌ ↓ DON'T CHANGE THE CODE BELOW ↓ ❌ -print('Your wedding will cost $'+str(price)+' dollars') \ No newline at end of file +print('Your wedding will cost '+str(price)+' dollars')