Computer Science, asked by vamshikrishna9970, 6 months ago

Write a program to enter the weight of a person in kg and show the output weight in pounds

Answers

Answered by valeriy69
0

weight = int(input("Enter weight: "))

print(f"{weight * 2.205} pounds")

\footnotesize\underline\mathsf\color{yellow}{Choose\: brainliest\: if\: it\: helped.}

Similar questions