Join GyanXp WhatsApp Channel! - Join Now
Correct Answer: CPU
def s(n1): print(n1) n1 = n1 + 2 n2 = 4 s(n2) print(n2)
Correct Answer: 4 4
x = 123 for i in x: print(i)
Correct Answer: Error
>> "m" + "nl"
Correct Answer: 'mnl'
Correct Answer: Tuples are immutable while lists are mutable
Please log in to start this test.
Not registered yet? Sign up
Send OTP
Verify OTP