python_math_stat/practica/stepik/beneficial_features/input.py

6 lines
146 B
Python
Raw Normal View History

2023-10-05 14:42:05 +03:00
# построчный инпут записанный в 1 строку
# a, b, c, d = int(input()), int(input()), int(input()), int(input())
2023-10-04 16:07:27 +03:00