5. What will the following code print? [ 4 points ] print(2 + 5 ** (1 + 1) – 6 / 2)
Posted: Mon Jun 06, 2022 2:32 pm
5. What will the following code print? [ 4 points ]
print(2 + 5 ** (1 + 1) – 6 / 2)
print(2 + 5 ** (1 + 1) – 6 / 2)