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