Join GyanXp WhatsApp Channel! - Join Now
Correct Answer: None of these
for i in range(20,30,10): j=i/2 print(j)
Correct Answer: 10.0 15.0
x = 14 print(x>>2)
Correct Answer: 3
Correct Answer: Loop
x = 'abcd' for i in range(len(x)): i.upper() print(x)
Correct Answer: abcd abcd abcd abcd
Username or Email
Password
Log In
Login with OTP
Not registered yet? Sign up
By login, you agree to our Privacy & Policy & Disclaimer
Send OTP
Verify OTP