Oefeningen
Talen | |||||
---|---|---|---|---|---|
Koekjes kopen |
nl
|
python
input(),
print(),
calculations,
floor division,
modulo,
|
|||
Machten van 2 |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
|
|||
Het 4de hoekpunt |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\elif\else,
|
|||
Verlopen uren en minuten |
nl
|
python
concatenation,
input(),
print(),
str(),
int(),
|
|||
Positie van maximum waarde |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
|
|||
Digitale klok |
nl
|
python
concatenation,
input(),
print(),
str(),
int(),
|
|||
Groter dan voorgaande in reeks |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
|
|||
Cijfers in volgorde |
nl
|
python
input(),
print(),
int(),
floor division,
modulo,
|
|||
Schaakspel - donker veld |
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
|
|||
Kleinste gehele deler |
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
|
|||
Serie van kwadraten |
nl
|
python
input(),
print(),
int(),
print() keyword argument sep,
print() keyword argument end,
|
|||
Schaakspel - zelfde kleur |
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
|
|||
Print getallen x tem y op of af |
nl
|
python
input(),
print(),
int(),
for-lus,
print() keyword argument end,
|
|||
Palindroom van 4 cijfers |
nl
|
python
input(),
print(),
int(),
floor division,
modulo,
|
|||
Kleinste van 5 getallen |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
|
|||
Op één-na-hoogste waarde in de reeks |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
|
|||
Som van faculteiten |
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
|
|||
Twee halve strings |
nl
|
python
concatenation,
input(),
print(),
string[i],
string[i:j],
|
|||
Aantal maal hoogste waarde in de reeks |
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
|
|||
Slicing basics |
nl
|
python
input(),
print(),
string[i],
string[i:j],
string[i:j:k],
|