K0
line = 'hello1, hello2, hello3'
print(line.split(', '))
Output:
['hello1', 'hello2', 'hello3']
Size: a a a
K0
line = 'hello1, hello2, hello3'
print(line.split(', '))
['hello1', 'hello2', 'hello3']
ВБ
ВБ
ВБ
ВБ
AS
K0
ВБ
s
AS
\r\n
?s
\r\n
?ВБ
TypeError: unsupported operand type(s) for +: 'int' and 'str'
print("text" + sum(var2) + "text")
AS
TypeError: unsupported operand type(s) for +: 'int' and 'str'
print("text" + sum(var2) + "text")
ВБ
️️
TypeError: unsupported operand type(s) for +: 'int' and 'str'
print("text" + sum(var2) + "text")
ВБ
️️
ВБ