Ответ:
a = 'Hello,'
b = 'Python'
Concatenation = a + b
print(Concatenation)
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = 'Hello,'
b = 'Python'
Concatenation = a + b
print(Concatenation)
Объяснение: