Wiki
Books
Shop
Courses
Careers
Change language
English
Italiano
Deutsch
Français
Español
Türk
Русский
Português
Polski
Nederlandse
中文
한국어
日本語
हिन्दी
Python.Engineering
Wiki
목록의 각 요소에 숫자를 어떻게 곱합니까?
목록의 각 요소에 숫자를 어떻게 곱합니까?
code Python module
|
Python functions
|
re Python module
|
StackOverflow
Michael Zippo
11.03.2022
목록이 있습니다:
my_list = [1, 2, 3, 4, 5]
my_list
를 5로? 출력은 다음과 같아야 합니다.
[5, 10, 15, 20, 25]