x = {0:'a',1:'b',2:'c'} for i in x.keys : print(i) —————————— A- 0 1 2 B- a b c C- Error D- None #Python_quiz
7
3
10
1
0
C- Error x = {0:'a',1:'b',2:'c'} for i in x.keys(): print(i) for j in x.values(): print(j)
0
0
1
0
0
United States Trends
- 1. Cowboys 34.5K posts
- 2. Jonathan Taylor 9,753 posts
- 3. Jets 93.5K posts
- 4. #BroncosCountry 4,181 posts
- 5. Bengals 54.6K posts
- 6. Bo Nix 6,576 posts
- 7. Joe Milton 1,125 posts
- 8. Bucs 10K posts
- 9. Saints 30.8K posts
- 10. Riley Moss 1,357 posts
- 11. Eberflus 2,587 posts
- 12. #ForTheShoe 2,043 posts
- 13. Shough 3,571 posts
- 14. Caleb 39.1K posts
- 15. Eagles 124K posts
- 16. Giants 102K posts
- 17. RJ Harvey 2,586 posts
- 18. Jake Ferguson 1,894 posts
- 19. Dak Prescott 2,528 posts
- 20. Rattler 5,792 posts
Loading...
Something went wrong.
Something went wrong.