|
|
Twee halve strings
|
nl
|
python
concatenation,
input(),
print(),
string[i],
string[i:j],
...
|
|
|
|
Schaakspel - Toren aan zet
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
De volgende dag
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
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],
...
|
|
|
|
Digitale naar analoge klok
|
nl
|
python
input(),
print(),
int(),
calculations,
floor division,
...
|
|
|
|
Maak en toon getallenlijst
|
nl
|
python
input(),
print(),
int(),
list.append(),
oefening,
...
|
|
|
|
Woorden omwisselen
|
nl
|
python
input(),
print(),
str.find(),
concatenatie,
slicing,
...
|
|
|
|
Analoge klok
|
nl
|
python
input(),
print(),
int(),
calculations,
floor division,
...
|
|
|
|
Wis elk 3de teken
|
nl
|
python
concatenation,
input(),
print(),
modulo,
range(),
...
|
|
|
|
Maak en toon onbepaalde getallenlijst
|
nl
|
python
input(),
print(),
int(),
while-lus,
list.append(),
...
|
|
|
|
Schaakspel - paardensprong
|
nl
|
python
input(),
print(),
int(),
calculations,
relationele operatoren,
...
|
|
|
|
Groter dan linker buur
|
nl
|
python
input(),
print(),
relationele operatoren,
for-lus,
if/elif/else,
...
|
|
|
|
Aantal woorden
|
nl
|
python
input(),
print(),
string methods,
oefening,
uhasselt tutorials
|
|
|
|
Schaakspel - Koning aan zet
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Is het een Fibonacci waarde
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
...
|
|
|
|
Vervang substring
|
nl
|
python
input(),
print(),
str.replace(),
oefening,
uhasselt tutorials
|
|
|
|
Maak getallenlijst van string
|
nl
|
python
input(),
print(),
for-lus,
list.append(),
str.split(),
...
|
|
|
|
Schaakspel - Loper aan zet
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Tweede verschijning
|
nl
|
python
input(),
print(),
str.find(),
str.count(),
oefening,
...
|
|
|
|
Even indices
|
nl
|
python
input(),
print(),
modulo,
relationele operatoren,
for-lus,
...
|
|
|
|
Goede buren
|
nl
|
python
input(),
print(),
relationele operatoren,
while-lus,
if/elif/else,
...
|
|
|
|
Verwijder teken
|
nl
|
python
input(),
print(),
relationele operatoren,
if/else,
concatenatie,
...
|
|
|
|
Langste serie gelijke waarden in reeks
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Buren wisselen van plaats
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
for-lus,
...
|
|
|
|
Aantal verschillende waarden
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
for-lus,
...
|
|
|
|
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,
...
|
|
|
|
Eerste en laatste verschijning
|
nl
|
python
input(),
print(),
str.find(),
concatenatie,
str.count(),
...
|
|