I wrote this code but the assignment of value in the dictionary seems haunt me.. Can someone help me ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I wrote this code but the assignment of value in the dictionary seems haunt me.. Can someone help me ?

https://code.sololearn.com/c5cjY9QqGJc0/?ref=app

28th Jun 2018, 6:37 AM
Hyp3r60l1c
Hyp3r60l1c - avatar
4 Answers
+ 1
for key,val in system_elements.items(): if val <= 30: print("The level of the battery of the ", key, "is lower than 30%") [Edit] Forgot to add reference: https://dev-notes.eu/2017/09/iterating-over-dictionary-in-JUMP_LINK__&&__python__&&__JUMP_LINK/
28th Jun 2018, 7:50 AM
ODLNT
ODLNT - avatar
+ 1
Thanks for your help ODLNT ! I didn't know how to do that ! 🙏
28th Jun 2018, 10:51 AM
Hyp3r60l1c
Hyp3r60l1c - avatar
+ 1
You're welcome, I glad I was able to help.
28th Jun 2018, 11:28 AM
ODLNT
ODLNT - avatar
+ 1
I tried it and I haven't have the result yet https://code.sololearn.com/c5cjY9QqGJc0/?ref=app
28th Jun 2018, 11:30 AM
Hyp3r60l1c
Hyp3r60l1c - avatar