Q: 1
What is the expected behavior of the following code?
x = 8 ** (1/3)
y = 2. if x < 2.3 else 3.
print(y)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.