nombre=(input())
print("Su nombre completo es",nombre)
edad=int(input())
print("Su edad es",edad, "años")
est=float(input())
print("Su estatura es de",est, "metros")
peso=float(input())
print("Su peso es de",peso,"Kilogramos")
To embed this project on your website, copy the following code and paste it into your website's HTML: