Join GyanXp WhatsApp Channel! - Join Now
Correct Answer: Installation Guide
for i in range(20,30,10) : j=i/2 print(j)
Correct Answer: 10.0
import numpy as np print(np.minimum([2, 3, 4], [1, 5, 2]))
Correct Answer: [1 3 2]
Correct Answer: True
print(bool(0), bool(3.14159), bool(-3), bool(1.0+1j))
Correct Answer: False True True True
Please log in to start this test.
Not registered yet? Sign up
Send OTP
Verify OTP