Python Project for beginner(weight converter) #python
#coding #develop
python, python project, python for beginners, weight converter, python weight converter, coding for beginners, learn python, python projects for beginners, python coding, python programming, python example, python basics, python tutorial, easy python project, python step by step, simple python project
Code:
weight = float(input("Enter Weight:"))
unit = input("Enter unit (K/L): ")
if unit == "K":
weight = weight * 2.205
unit = "Lbs"
print(f"Weight in pounds: {weight} {unit}")
elif unit == "L":
weight = weight / 2.205
unit = "kg"
print(f"Weight in kilograms: {weight} {unit}")
else:
print("Invalid unit")
Nesta página do site você pode assistir ao vídeo on-line Python Project for beginner(weight converter) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário The GrapTech 18 Maio 2025, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 9 vezes e gostou 3 espectadores. Boa visualização!