Python Samples - 1 (input from user) Mart 16, 2020 Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar a = float(input("Bir sayı girin: ")) b = float(input("Bir sayı girin: ")) c = float(input("Bir sayı girin: ")) d = float(input("Bir sayı girin: ")) print("Ortalama:", (a+b+c+d)/4) Yorumlar
Yorumlar
Yorum Gönder