Oefeningen
| Status | Type |
|
Talen | Labels |
|
|---|---|---|---|---|---|
| Sorteer 3 getallen |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if\elif\else
,
...
|
|||
| Maximum van onbepaalde reeks getallen |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if/else
,
...
|
|||
| Getal splitsen |
nl
|
python
concatenation
,
input()
,
print()
,
str()
,
int()
,
...
|
|||
| Print de getallen x tem y |
nl
|
python
input()
,
print()
,
int()
,
print() keyword argument sep
,
for-lus
,
...
|
|||
| Som van onbepaalde reeks getallen |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
while-lus
,
...
|
|||
| Lengte van een reeks |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
while-lus
,
...
|
|||
| Kleinste van 3 getallen |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
booleaanse operatoren
,
...
|
|||
| Aantal dagen in maand |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
booleaanse operatoren
,
...
|
|||
| Som van 10 getallen |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range()
,
...
|
|||
| Twee laatste cijfers |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Aankomstdag |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| De verloren kaart |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range(a,b)
,
...
|
|||
| De getalladder |
nl
|
python
input()
,
print()
,
int()
,
print() keyword argument sep
,
for-lus
,
...
|
|||
| Tiental isoleren |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Som van 3de machten |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range(a,b)
,
...
|
|||
| Faculteit berekenen |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range(a,b)
,
...
|
|||
| Aantal gelijke getallen |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
booleaanse operatoren
,
...
|
|||
| Schrikkeljaar |
nl
|
python
input()
,
print()
,
int()
,
modulo
,
relationele operatoren
,
...
|
|||
| Cijfers omwisselen |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Verlopen uren en minuten |
nl
|
python
concatenation
,
input()
,
print()
,
str()
,
int()
,
...
|