rqg3

wight =input(" weiht:")
v=input('python:')

if v.upper()=="himasha ":
    convert=0.45*wight
    print("else{convert}")
else:
    convert=0.78*wight
    print(f"ok{convert}")
Easy Elephant