Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python - Coggle Diagram
Python
string
-
-
-
.startswith()
ci da una risposta booleana e se è true vuol dire che la strimga inizia con l'argomento inserito nella funzione
-
.endswirth()
ci da una risposta booleana e se è true vuol dire che la stringa finisce con l'argomento inserito nella funzione
condition
if
-
-
pass
if you for some have an if statement with no content, put in the pass statement to avoid getting an error
-
-