mtown10 mtown10 15-12-2020 Computers and Technology contestada 2.5 Code Practice import random a = 6 b = 3 answer = a + b print (str(a) + " + " + str(b) + " = " + str(answer))