Python for DevOps
Problem 1 — Filter names starting with a specific letter
Given a list of names, print only the ones starting with "a". Same structure as yesterday's number filtering loop through, check a condition, p
aradhyashrivastava.hashnode.dev2 min read