TIPOS DE CADENAS

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
TIPOS DE CADENAS por Mind Map: TIPOS DE CADENAS

1. Metodos:

1.1. lowe(). upper(), title(), replace(), find(), join(), split(), startswith(), endswith(), ijust(), rjust(), center(), zfill(), isdigit(), isupper(), islower(), isalpha().

2. Funciones:

2.1. len(), id(), chr(), ord(), int(), float(), str().

3. Operadores:

3.1. :, +, *, [:], [i], [i:j], [i:j:k], is, is not, in, not in, =, ==, !=, <, >, <=, >=.