فایل جدید
راهنما
کپی
a = ('apple', 'banana', 'cherry') b = "Hello World" c = 33 x = type(a) y = type(b) z = type(c) print(x, y, z)
اجرای کد