2 lines
No EOL
82 B
Python
2 lines
No EOL
82 B
Python
notes = {"Paul": 12, "Jean": 16, "Clara": 14, "Aïssa": 18}
|
|
t = list(notes.keys()) |