Advertisement
FaDaQ

Untitled

Mar 2nd, 2022
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. length = 23
  2. lengthBrus = float(input("Введите длину нарезки: "))
  3. print(f"Из бруска длинной {length} можно нарезать", length // lengthBrus, f"брусков по {lengthBrus} метра")
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement