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

Как развернуть список?

Метод reverse() переворачивает список, но не возвращает его. Он изменяет сам объект.

Пример:

li = ['a', 'b', 'c']
print(li) # ['a', 'b', 'c']
li.reverse()
print(li) # ['c', 'b', 'a']

Если нужно получить новый перевёрнутый список, используйте срез:
new_list = li[::-1]

#собес_academy



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

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

Как развернуть список?

Метод reverse() переворачивает список, но не возвращает его. Он изменяет сам объект.

Пример:

li = ['a', 'b', 'c']
print(li) # ['a', 'b', 'c']
li.reverse()
print(li) # ['c', 'b', 'a']

Если нужно получить новый перевёрнутый список, используйте срез:
new_list = li[::-1]

#собес_academy

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




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

View MORE
Open in Telegram


Telegram News

Date: |

There have been several contributions to the group with members posting voice notes of screaming, yelling, groaning, and wailing in different rhythms and pitches. Calling out the “degenerate” community or the crypto obsessives that engage in high-risk trading, Co-founder of NFT renting protocol Rentable World emiliano.eth shared this group on his Twitter. He wrote: “hey degen, are you stressed? Just let it out all out. Voice only tg channel for screaming”. Informative The SUCK Channel on Telegram, with a message saying some content has been removed by the police. Photo: Telegram screenshot. Telegram users themselves will be able to flag and report potentially false content. bank east asia october 20 kowloon
from us


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