3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
|
|
n = int(input("Введите двузначние число:"))
|
||
|
|
|
||
|
|
print(n // 10, n % 10)
|