• 26-10-2022, 01:36:12
    #10
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Code4Fun adlı üyeden alıntı: mesajı görüntüle
    hocam bende çalışıyor değişiklikten sonra run ettiğinize emin misiniz


    Hocam çok teşekkürler, phthon'u tekrar kurdum ve bu sefer çalıştı
  • 26-10-2022, 16:40:12
    #11
    yusufmesci adlı üyeden alıntı: mesajı görüntüle
    my_age is not defined diyor ama my_age = 35 diye üstte tanımlı hocam :/



    buyrun hocam

    my_name = 'Zed A. Shaw'
    my_age = 35 # not a lie
    my_height = 74 # inches
    my_weight = 180 # lbs
    my_eyes = 'Blue'
    my_teeth = 'White'
    my_hair = 'Brown'
    print(f"Let's talk about {my_name}.")
    print(f"He's {my_height} inches tall.")
    print(f"He's {my_weight} pounds heavy.")
    print("Actually, that is not too heavy.")
    print(f"He's got {my_eyes} eyes and {my_hair} hair.")
    print(f"His teeth are usually {my_teeth} depending on the coffee.")
    # this line is tricky, try to get it exactly right
    total = my_age + my_height + my_weight
    print(f"If I add {my_age}, {my_height}, and {my_weight} I get {total}.")
    sen üstteki kodu tanımlamamışsın. altta ayrı bir python shell penceresi açıp sıfırdan kod yazmışsın. üstteki ile alttakinin alakası yok yani.