diff --git a/aula11.py b/aula11.py new file mode 100644 index 0000000..7f130f4 --- /dev/null +++ b/aula11.py @@ -0,0 +1,6 @@ +# 1. (n + n) +# 2. ** +# 3. * / // % +# 4. + - +conta_1 = (1 + int(0.5 + 0.5)) ** (5 + 5) +print(conta_1)