fatemalalji fatemalalji 05-06-2023 Computers and Technology contestada Find the output of the following: a = 10 b = str(82) 'b, a = a, b a=a * 3 print(a, b)