Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Fix the Order

The lines in this program are in the wrong order. Rearrange them so it works!

Expected output:

text
Total: 15

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python
print("Total:", total)
total = a + b
a = 7
b = 8