message = 'Python is fun' # check if the message starts with Python print(message.startswith('Python')) # Output: True