a = float(input())
b = float(input())
c = float(input())
print(a+b+c)
Ответ:
print ("Введите три дробных числа")
x1 = int(input())
x2 = int(input())
x3 = int(input())
print (x1+x2+x3)
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a = float(input())
b = float(input())
c = float(input())
print(a+b+c)
Ответ:
print ("Введите три дробных числа")
x1 = int(input())
x2 = int(input())
x3 = int(input())
print (x1+x2+x3)
Объяснение: