الرجوع
تسجيل الدخول
mix = [1, 'two', 3.0]
print(type(mix[1]))

What will be the output of the following code?