x=[1,2,3,4] x.remove(2) x.pop(1) del x[1] print(x) ——————— A- [1] B- [2] C- [3] D- [4] #Python_quiz
4
4
12
1
0
هذه التغريدة لم تعد متوفرة.
A. x=[1,2,3,4] x.remove(2) x=[1, 3, 4] x.pop(1) x=[1, 4] del x[1] x=[1]
1
3
1
0
0
ناوي أتعلمها قريب لأنها مهمة في الشبكات والأمن السبراني
0
0
1
0
0
United States الاتجاهات
- 1. Friendly 61.4K posts
- 2. SNAP 706K posts
- 3. Big Dom 1,686 posts
- 4. #JUNGKOOKXCALVINKLEIN 42.2K posts
- 5. Jamaica 112K posts
- 6. Jessica 27.6K posts
- 7. Riley Gaines 33.8K posts
- 8. Mazie 1,287 posts
- 9. Runza N/A
- 10. Crash Bandicoot 6,442 posts
- 11. MRIs 7,732 posts
- 12. Sports Equinox 13K posts
- 13. Roberto Clemente 1,944 posts
- 14. James Wiseman N/A
- 15. Heal 38.2K posts
- 16. 53 Republicans 4,462 posts
- 17. Monday Night Football 6,468 posts
- 18. #NationalBlackCatDay 5,030 posts
- 19. Sonic Prime 1,326 posts
- 20. RIP Beef 1,665 posts
Loading...
Something went wrong.
Something went wrong.