##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 08\08.1272 - No Title.py
# Description: No Title
##############################################################################
Enter an integer (0 exits):10
Congratulations, no exception
Always executed, even with a break
Enter an integer (0 exists):abc
Invalid value! Retype
Always executed, even with a break
Enter an integer (0 exits):0
Always executed, even with a break