2**(3**2)
(2**3)**2
2**3**2
a) 512, 64, 512
b) 512, 512, 512
c) 64, 512, 64
d) 64, 64, 64
What are the values of the following Python expressions?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What are the values of the following Python expressions?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!