TRONG PYTHON, CÁCH NÀO SAU ĐÂY LÀ ĐÚNG ĐỂ KHAI BÁO MỘT TUPLE?
Want to know the answer? Start playing now!
Host a room
Play now
0 Questions
0 Plays
[Python Intensive Course] Quiz 8
Yen Trinh
Level:
Easy
[Python Intensive Course] Quiz 8
Question Types: Multiple choice
Answers:
- tuple = (1, 2, 3)
- tuple = {1, 2, 3}
- tuple = [1, 2, 3]
- tuple = 1, 2, 3