Відповідь:
c,m,T1,T2=float(input("Введіть c:\n")),float(input("Введіть m:\n")),float(input("Введіть T1:\n")),float(input("Введіть T2:\n"))
print("Кількість теплоти =",c*m*(T2-T1))
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Відповідь:
c,m,T1,T2=float(input("Введіть c:\n")),float(input("Введіть m:\n")),float(input("Введіть T1:\n")),float(input("Введіть T2:\n"))
print("Кількість теплоти =",c*m*(T2-T1))