Example for rising exception and use of it?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Example for rising exception and use of it??

22nd Oct 2017, 3:39 AM
VIJAY MADDINENI
VIJAY MADDINENI - avatar
2 Respuestas
0
raise ValueError('This is optionally written in error description')
8th Nov 2017, 5:01 PM
Max S
0
Can also use other errors... This can help you... https://docs.python.org/2/tutorial/errors.html
8th Nov 2017, 5:03 PM
Max S