Notice: file_put_contents(): Write of 16855 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50
Proglib.academy | IT-курсы@proglib_academy P.2357
PROGLIB_ACADEMY Telegram 2357
✏️ Вопрос с реального собеседования по Python

Как работает умножение списка в Python?

Когда в Python вы умножаете список на число, вы фактически дублируете его содержимое нужное количество раз. Давайте посмотрим, как это работает на примере:

my_list = [1, 2, 3]
result = my_list * 2
print(result)
# [1, 2, 3, 1, 2, 3]


Что произошло?

Список [1, 2, 3] скопировался дважды, и в результате получился новый список длиной 6 элементов.

#собес_academy
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3😁2



tgoop.com/proglib_academy/2357
Create:
Last Update:

✏️ Вопрос с реального собеседования по Python

Как работает умножение списка в Python?

Когда в Python вы умножаете список на число, вы фактически дублируете его содержимое нужное количество раз. Давайте посмотрим, как это работает на примере:

my_list = [1, 2, 3]
result = my_list * 2
print(result)
# [1, 2, 3, 1, 2, 3]


Что произошло?

Список [1, 2, 3] скопировался дважды, и в результате получился новый список длиной 6 элементов.

#собес_academy

BY Proglib.academy | IT-курсы




Share with your friend now:
tgoop.com/proglib_academy/2357

View MORE
Open in Telegram


Telegram News

Date: |

"Doxxing content is forbidden on Telegram and our moderators routinely remove such content from around the world," said a spokesman for the messaging app, Remi Vaughn. The public channel had more than 109,000 subscribers, Judge Hui said. Ng had the power to remove or amend the messages in the channel, but he “allowed them to exist.” “[The defendant] could not shift his criminal liability,” Hui said. As the broader market downturn continues, yelling online has become the crypto trader’s latest coping mechanism after the rise of Goblintown Ethereum NFTs at the end of May and beginning of June, where holders made incoherent groaning sounds and role-played as urine-loving goblin creatures in late-night Twitter Spaces. Select: Settings – Manage Channel – Administrators – Add administrator. From your list of subscribers, select the correct user. A new window will appear on the screen. Check the rights you’re willing to give to your administrator.
from us


Telegram Proglib.academy | IT-курсы
FROM American