✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
[Python] У наступному прикладі коду буде надруковано тип даних x, який це буде тип даних?
x = (5, 5.0, "5")
print(type(x))