in

Cerca

Heus ací els resultats de la cerca.

Modulo 2 (intermedio): Cadenas
29 Resultats, Darrera modificació:
ando cadenas. the_string = 'silly walks' for ix in range(len(the_string)): print(the_string[ix],... adena. the_string = 'silly walks' for character in the_string: print(character, end=' ') print(... d efg abd e e adf beg </code> === Los operadores in y not in ==== El operador in El operador **in** no debería sorprenderte cuando se aplica a cadenas, s
Módulo 2 (Intermedio): Excepciones
6 Resultats, Darrera modificació:
ost recent call last): File "sqrt.py", line 3, in <module> x = float(input("Ingresa x: ")) Va... ost recent call last): File "sqrt.py", line 4, in <module> y = math.sqrt(x) ValueError: math ... k (most recent call last): File "div.py", line 2, in value /= 0 ZeroDivisionError: division by zero <... k (most recent call last): File "lst.py", line 2, in x = list[0] IndexError: list index out of range