Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Filter dictionary values
Python Code Challenge
62 -
Write a program that takes a dictionary as input and only keeps the key-value pairs where the value is a positive number using a while loop.
Python
Dictionaries
While Loops