Beginning Python 3 By Doing #9 - Errors - ValueError, try, except, finally

preview_player
Показать описание
We chatter on this Discord server:

Beginning Python 3 By Doing

Series to get beginners started with Python 3 programming.

The code is here:

But really, it's for fun and for free.

Enjoy!
Рекомендации по теме
Комментарии
Автор

Exactly what I was looking for. The sound and video resolution was perfect. Thank you 8-)

jimtowne
Автор

thank you so much this tutariol helped me to avoid ValueErrors and made my code stronget
again thank you su much :)

TheGooseIsBack
Автор

Thanks for this tutorial. Helped a lot!

ScrewYUguyS
Автор

Thank you very much sir it helped me alot
👍🏅

funnyshots
Автор

I'm getting a ValueError: Cannot specify ', ' with 's' in the else: line of code: ax.annotate('{:, }' .format(pX), xy=(pX+ 10, pY)) any suggestions?

dndplus
Автор

Great Video!! What if i have more than one input? When i try it this way and get an error the program starts from the first input. How can i make it continue from the where the error was made?

himaanshgrover