dict.values()?
val = dict_ix.values()
for item in val:
etc...
Is this example true?
Please format the code you posted, by wrapping it in triple backticks. -> `
Yes u can . Or just take a loop on dict.values() directly
Обсуждают сегодня