create any list with many minimum and maximum values. the result obtained should be an initial list of repeated values ​​of max | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

create any list with many minimum and maximum values. the result obtained should be an initial list of repeated values ​​of max

23rd Apr 2021, 9:50 AM
Варя
Варя - avatar
10 Answers
+ 2
Hi! You created any list?
23rd Apr 2021, 9:52 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
you forgot to name the list. or did you mean maybe an array?
23rd Apr 2021, 10:18 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
sorry I missed it, it's python. how to work with lists is covered in lesson 24.1 of the python course, which you haven't even started
23rd Apr 2021, 10:22 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
this is not a place for ready-made solutions to your tasks. you have to show us your effort in the solution.
23rd Apr 2021, 10:25 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
As Ярослав Вернигора(Yaroslav Vernigora) has suggested, can you provide a code concept to go with your question. This woll help us guide you to the solution
23rd Apr 2021, 10:03 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
Варя Do the tutorial first, then you will have a better idea of how to resolve the problems. Simply asking others to provide answers will not help you to learn
23rd Apr 2021, 10:28 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
[1,2,3,4,4,6,6,0,-1,-5,-5]
23rd Apr 2021, 10:16 AM
Варя
Варя - avatar
0
Варя Excellent Now see if you can generate a code which produces the max of the list. I suggest you research max() post you result & we will help you build your code
23rd Apr 2021, 10:19 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
spysok=[1,2,3,4,4,6,6,0,-2,-1,-5,-5]
23rd Apr 2021, 10:20 AM
Варя
Варя - avatar
0
probably that's why I'm asking for help
23rd Apr 2021, 10:23 AM
Варя
Варя - avatar