Nikwin

Resultados 1 preguntas formuladas por Nikwin

¿Por qué usar 'eval' es una mala práctica?

8
respuestas
189
votos
78.8k
vistas

Utilizo la siguiente clase para almacenar fácilmente datos de mis canciones. class Song: """The class to store the details of each song""" attsToStore=('Name', 'Artist', 'Album', 'Genre', 'Location') def __init__(self): for