try:
    wzrost = float(input("podaj wzrost"))
    print(f"wzrost: {wzrost}, ({type(wzrost)})")
except:
    print("Błąd")