Exercise:07 python variable and its types
Usman mentioned that different types behave differently in Python.
When you sum two strings, for example, you'll get different behavior than when you sum two integers or two booleans.
In the script some variables with different types have already been created. It's up to you to use them.
savings
and growth_multiplier
. Store the result in year1
.year1
.desc
and desc
and store the result in a new variable doubledesc
.doubledesc
. Did you expect this?
Comments
Post a Comment