This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
nekocentral
/
Programmeren
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Activity
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.
12
Комити
1
Грана
584 KiB
Python
100%
Дрво:
1042a5d8ea
master
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '1042a5d8ea'
${ noResults }
Programmeren
/
les 2
/
opdr2.py
5 lines
94 B
Датотека
Blame
Историја
a
=
[
-
1
,
4
,
6
,
12
,
15
,
-
6
,
22
]
tmp
=
sorted
(
a
)
min
=
tmp
[
0
]
max
=
tmp
[
-
1
]
print
(
"
bereik
"
,
max
-
min
)