📅  最后修改于: 2022-03-11 14:45:14.424000             🧑  作者: Mango
代码示例2
message = 'Python is fun'
# check if the message starts with Python
print(message.startswith('Python'))
# Output: True