Introdução ao Python OO¶ In [1]: Copied! a = 10 b = 5 c = a + b c a = 10 b = 5 c = a + b c Out[1]: 15 vou tentar de outra forma