print(5 - 1) * ((7 + 1) / (3 - 1))
I\'m taking an online Python course and I\'m using VSC as my IDLE.
This is a super simple arithmetic operation but I keep gettin