Exercise: Check if string starts with letter

Complete the code below to check if str starts with letter a. Use the Equal operator and apply what you learned about string indexing.
Python
Setting up Python environment...
Output