Skip to content

Conversation

@alardis
Copy link
Owner

@alardis alardis commented Oct 15, 2019

Базовые задания к третьему уроку сделаны

line = input('Введите строку текста маленькими латинскими буквами\n')
new_line = ''
for word in line.split(' '):
new_line += int_func(word) + ' '
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

старайтесь избегать конкатенации строк через сложение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants