| | ||||||
| python | ||||||
| WEB | ||||||
| (Anaconda 4.2.0 (64-bit)): Input is not taken as string but "variable"? I'm using ... In python 2, if you just want the user string, use raw_input . input tries to evaluate user input as a python expression. BTW, this is different in 3.x ...
| ||||||
| Censor problem: "list assignment index out of range" error def censor(text, word): list_text = text.split() new_text = [] for i in range(len(text)): if list_text[i] == word: new_text[i] = "*" * len(word) else: new_text[i] ...
| ||||||
| Apache Cassandra Apache Cassandra is a column-family NoSQL data store occasionally used for persisting data in Python applications.
| ||||||
| Ver más resultados | Editar esta alerta | ||||||
| Recibiste este correo electrónico porque te suscribiste a las Alertas de Google. |
Recibir esta alerta como feed RSS |
| Enviar comentarios |
0 comentarios:
Publicar un comentario