Starts With X

Write a function that receives a string. It should return True if the string begins with the letter 'x' (lowercase or capital).

Examples:




©2017 Graham Mitchell