Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Operator MCQ
⚠ Report ✓ Question Verified Copy Link
x = 16 / 4 * 5 y = 16 / 4 * 5.0 z = 16 / 4.0 * 5 print(x, y, z)
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Operator MCQ