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.