|
|
Goede buren
|
nl
|
python
input(),
print(),
relationele operatoren,
while-lus,
if/elif/else,
...
|
|
|
|
Schaakspel - Loper aan zet
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Aantal verschillende waarden
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
for-lus,
...
|
|
|
|
Verwijder teken
|
nl
|
python
input(),
print(),
relationele operatoren,
if/else,
concatenatie,
...
|
|
|
|
Buren wisselen van plaats
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
for-lus,
...
|
|
|
|
Langste serie gelijke waarden in reeks
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Verwijder het tussenstuk
|
nl
|
python
input(),
print(),
str.find(),
concatenatie,
slicing,
...
|
|
|
|
Even waarden
|
nl
|
python
input(),
print(),
modulo,
relationele operatoren,
for-lus,
...
|
|
|
|
Keer het tussenstuk om
|
nl
|
python
input(),
print(),
str.find(),
concatenatie,
slicing,
...
|
|
|
|
Vervang binnen fragment
|
nl
|
python
input(),
print(),
str.find(),
concatenatie,
slicing,
...
|
|
|
|
Eerste en laatste verschijning
|
nl
|
python
input(),
print(),
str.find(),
concatenatie,
str.count(),
...
|
|
|
|
Aantal groter dan de buren
|
nl
|
python
input(),
print(),
relationele operatoren,
for-lus,
len(),
...
|
|
|
|
Unieke waarden
|
nl
|
python
input(),
print(),
int(),
for-lus,
list.append(),
...
|
|
|
|
Wissel minimum en maximum van plaats
|
nl
|
python
input(),
print(),
int(),
for-lus,
list.append(),
...
|
|
|
|
Schaakspel - Koningin aan zet
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Maximum van de lijst
|
nl
|
python
input(),
print(),
int(),
for-lus,
str.split(),
...
|
|
|
|
Aantal paren in lijst
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
Aantal verschijningen
|
nl
|
python
input(),
print(),
for-lus,
print() keyword argument end,
if/else,
...
|
|
|
|
Verkiezingen
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(),
...
|
|
|
|
Schaal toepassen
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(),
...
|
|