Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Урок 2 #1800

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ChintsovAndrey
Copy link

No description provided.

a = [5, "string", 0.15, True, None]

for el in a:
print(type(el))
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено

a = user_input_list[i:j]
a.reverse()
user_list.extend(a)
print(user_list)
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено

print(key)
break
else:
print("\nТакого номера месяца нет.Введите число от 1 до 12.\n")
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено

user_input_list = input("Введите несколько слов через пробел: ").split()

for i, el in enumerate(user_input, 1):
print(i, el[0:10])
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено

my_list.append(user_input)
my_list.sort(reverse=True)

print(f'Рейтинг: {my_list}')
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено

print("\n",goods)
break

print("\n",goods)
Copy link
Owner

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.

2 participants