x=[1,2,3] x.append(4) x.insert(2,4) x.extend([5,6]) print(x) ————————— A- [1,2,3,4,2,4,5,6] B- [1,2,4,3,4,6] C- [1, 2, 4, 3, 4, 5, 6] D- None #Python_quiz
6
5
4
0
0
이 트윗은 더 이상 사용할 수 없습니다.
United States 트렌드
- 1. Friendly 61.3K posts
- 2. SNAP 704K posts
- 3. Big Dom 1,671 posts
- 4. #JUNGKOOKXCALVINKLEIN 41.2K posts
- 5. Jamaica 111K posts
- 6. Jessica 27.6K posts
- 7. Riley Gaines 33.6K posts
- 8. Mazie 1,282 posts
- 9. Runza N/A
- 10. Crash Bandicoot 6,442 posts
- 11. MRIs 7,681 posts
- 12. Roberto Clemente 1,858 posts
- 13. Heal 38.1K posts
- 14. 53 Republicans 4,397 posts
- 15. Sports Equinox 12.9K posts
- 16. #NationalBlackCatDay 5,007 posts
- 17. Sonic Prime 1,316 posts
- 18. RIP Beef 1,660 posts
- 19. Monday Night Football 6,437 posts
- 20. 7 Democrats 5,432 posts
Loading...
Something went wrong.
Something went wrong.