Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
nekocentral
/
Programmeren
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commitit
1
Haara
584 KiB
Python
100%
Puu:
9b893824b8
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '9b893824b8'
${ noResults }
Programmeren
/
les 2
/
opdr2.py
5 rivejä
94 B
Raaka
Blame
Historia
a
=
[
-
1
,
4
,
6
,
12
,
15
,
-
6
,
22
]
tmp
=
sorted
(
a
)
min
=
tmp
[
0
]
max
=
tmp
[
-
1
]
print
(
"
bereik
"
,
max
-
min
)