Startswith

Sat 17 May 2025

title: "String Startswith" author: "Rj" date: 2019-04-20 description: "List Test" type: technical_note draft: false


content = "Toronto is awesome"
content.startswith("Toronto")
True


Score: 0

Category: basics