K12教育赛事综合服务平台
聚乐之家官方网站
下载聚乐之家官方App
专注青少年竞赛题库网站
test_str = 'I love Python programming' print('python' in test_str) print('Program' not in test_str)
True True
False False
True False
False True