Guy

Resultados 1 preguntas formuladas por Guy

En Python 2.6 , quiero hacer: f = lambda x: if x==2 print x else raise Exception() f(2) #should print "2" f(3) #should throw an exception Claramente esta no es