Ответ:
a = input('>> ')
print(a)
b = input('>> ')
print(b)
N = input('>> ')
print(N)
S = input('>> ')
print(S)
d = input('>> ')
print(d)
st = input('>> ')
print(st)
rm = input('>> ')
print(rm)
Объяснение:
Python 3.7
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = input('>> ')
print(a)
b = input('>> ')
print(b)
N = input('>> ')
print(N)
S = input('>> ')
print(S)
d = input('>> ')
print(d)
st = input('>> ')
print(st)
rm = input('>> ')
print(rm)
Объяснение:
Python 3.7