print(type({9.8, 3.14, 2.7})) is Tuple ( it's set ) Currect 👇 print(type((9.8, 3.14, 2.7))) is Tuple
print(type({9.8, 3.14, 2.7})) is Tuple ( it's set )
Currect 👇
print(type((9.8, 3.14, 2.7))) is Tuple