• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Codecademy, learn coding easy.

I already have glasses!
este2493thicker.jpg


Do you have these glasses?!
trollface.png
 
I'm stuck on Python :(

Assign the variable total to the sum of meal + meal * tip on line 8, then hit "run" to see the total cost of your meal!

Can someone help me? :rolleyes:
My code:
Code:
#Assign the variable total on line 8!

meal = 44.50
tax = 0.0675
tip = 0.15

meal = meal + meal * tax


print("%.2f" % total)
 
I'm stuck on Python :(

Assign the variable total to the sum of meal + meal * tip on line 8, then hit "run" to see the total cost of your meal!

Can someone help me? :rolleyes:
My code:
Code:
#Assign the variable total on line 8!

meal = 44.50
tax = 0.0675
tip = 0.15

meal = meal + meal * tax


print("%.2f" % total)

What number is the lesson, and what exercise is it?
 
I'm stuck on Python :(

Assign the variable total to the sum of meal + meal * tip on line 8, then hit "run" to see the total cost of your meal!

Can someone help me? :rolleyes:
My code:
Code:
#Assign the variable total on line 8!

meal = 44.50
tax = 0.0675
tip = 0.15

meal = meal + meal * tax


print("%.2f" % total)

Under meal
Code:
total = meal + meal * tip
 
Three should, he cant see shit it seems XD

I don't need them, its my brain .. disfunctional.. :(

ANYWAY, I started javascript, got stuck, asked on support, didnt help really, so therefore I attempted HTML / CSS then got busy xd

Gonna take another look at javascript i guess
 
Back
Top