Ответ:
№3
n = input("enter color") - Green
n = int(input("enter number color")) - 4
n = float(input("enter paint weight")) - 2.5
№4
print("Площадь квадрата a*b =", float(input("Сторона a >> ")) * float(input("Сторона b >> ")))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
№3
n = input("enter color") - Green
n = int(input("enter number color")) - 4
n = float(input("enter paint weight")) - 2.5
№4
print("Площадь квадрата a*b =", float(input("Сторона a >> ")) * float(input("Сторона b >> ")))