0
create any list with many minimum and maximum values. the result obtained should be an initial list of repeated values of max
10 Respostas
+ 2
Hi! You created any list?
+ 2
you forgot to name the list. or did you mean maybe an array?
+ 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
+ 2
this is not a place for ready-made solutions to your tasks. you have to show us your effort in the solution.
+ 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
+ 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
0
[1,2,3,4,4,6,6,0,-1,-5,-5]
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
0
spysok=[1,2,3,4,4,6,6,0,-2,-1,-5,-5]
0
probably that's why I'm asking for help