Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Operator MCQ
⚠ Report ✓ Question Verified Copy Link
x = 2 y = 3 x **= y print(x)
Explanation:
x = 2**3
x = 8
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Operator MCQ