Exercise

Run a few simple programs in Python

Time to get our hands dirty now. We will use Python to run a simple program!

Instructions

100 XP
  • The first line adds two numbers (1 & 2) and stores it in variable addition1.
  • Write a line of code in line 4, which adds the number 3 and the number 4 and assigns it to a variable addition2