ĐỂ TẠO MỘT TUPLE CHỨA CÁC PHẦN TỬ 1, 2, VÀ 3, BẠN SỬ DỤNG CÚ PHÁP NÀO?
Want to know the answer? Start playing now!
Host a room
Play now
0 Questions
10 Plays
[Python Intensive Course] Quiz 3
Yen Trinh
Level:
Easy
[Python Intensive Course] Quiz 3
See syllabus: https://yentrinh.hashnode.dev/python-intensive-course-syllabusu
Question Types: Multiple choice
Answers:
- (1, 2, 3)
- [1, 2, 3]
- {1, 2, 3}
- {1: 1, 2: 2, 3: 3}