TanuKM TanuKM 21-02-2021 Computers and Technology contestada What will be the output of following python code? a,b=3,4 a,b,c=b,a+3,b-1 print(a,b,c)