0
Q:

alueError: could not convert string to float

into = 'welcome to the bmi calculator'
print(into.upper())
name = input("Enter your Name\n ")
print(".")
print(".")
print(".")
Weight = input(f"Enter your Weight {name}:\n ")
decimal = float(Weight) or int(Weight)
0

New to Communities?

Join the community