Telegram Group & Telegram Channel
Что выведет этот код?

Когда мы объявляем какую то последовательность, где элементы идут через запятую и без явных скобок, то создается tuple:

nums = 1, 2, 3, 4
type(nums) # <class 'tuple'>


А функция sorted принимает любой iterable и всегда возврает
list
.

А кортеж (1, 2, 3, 4) не равен списку [1, 2, 3, 4], даже если значения равны.



tg-me.com/pythrone/6
Create:
Last Update:

Что выведет этот код?

Когда мы объявляем какую то последовательность, где элементы идут через запятую и без явных скобок, то создается tuple:


nums = 1, 2, 3, 4
type(nums) # <class 'tuple'>


А функция sorted принимает любой iterable и всегда возврает
list
.

А кортеж (1, 2, 3, 4) не равен списку [1, 2, 3, 4], даже если значения равны.

BY PyThrone




Share with your friend now:
tg-me.com/pythrone/6

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

The Singapore stock market has alternated between positive and negative finishes through the last five trading days since the end of the two-day winning streak in which it had added more than a dozen points or 0.4 percent. The Straits Times Index now sits just above the 3,060-point plateau and it's likely to see a narrow trading range on Monday.

Mr. Durov launched Telegram in late 2013 with his brother, Nikolai, just months before he was pushed out of VK, the Russian social-media platform he founded. Mr. Durov pitched his new app—funded with the proceeds from the VK sale—less as a business than as a way for people to send messages while avoiding government surveillance and censorship.

telegram from ar


Telegram PyThrone
FROM USA