##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 03\03.1063 - No Title.py
# Description: No Title
##############################################################################
Enter your name: Juanito
Enter your age: 31
Enter your bank account balance: abc
Traceback (most recent call last):
File "input/input2.py", line 3, in <module>
balance = float(input("Enter your bank account balance: "))
ValueError: could not convert string to float: abc