Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Values starting with A
Python Code Challenge
56 -
Write a program that takes in a dictionary of strings (string keys and string values) and outputs the keys of the entries that have a value starting with 'A'.
Python
Dictionaries
If Statements