Listing 03 - Page 0: No Title

##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 03\03.1064 - No Title.py
# Description: No Title
##############################################################################

Enter your name: Mary
Enter your age: 25
Enter your bank account balance: 17,4
Traceback (most recent call last):
  File "input/input2.py", line 3, in <module>
    balance = float(input("Enter your bank account balance: "))
ValueError: invalid literal for float(): 17,4
Click here to download the file