Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagepython
linenumberstrue
prices = [3.99 , 1.50 , 2.00 , 0.49 , 1.20 , 2.60]
price_a = prices[2]
price_b = prices[5]
price_total = price_a + price_b
scene.message(str(price_total))