Oefeningen
| Status | Type |
|
Talen | Labels |
|
|---|---|---|---|---|---|
| Woorden omwisselen |
nl
|
python
input()
,
print()
,
str.find()
,
concatenatie
,
slicing
,
...
|
|||
| Welke weekdag |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Fibonacci reeks |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if/else
,
...
|
|||
| Lineaire vergelijking |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if\elif\else
,
...
|
|||
| Maak en toon onbepaalde getallenlijst |
nl
|
python
input()
,
print()
,
int()
,
while-lus
,
list.append()
,
...
|
|||
| Wis elk 3de teken |
nl
|
python
concatenation
,
input()
,
print()
,
modulo
,
range()
,
...
|
|||
| Groter dan linker buur |
nl
|
python
input()
,
print()
,
relationele operatoren
,
for-lus
,
if/elif/else
,
...
|
|||
| Maak en toon getallenlijst |
nl
|
python
input()
,
print()
,
int()
,
list.append()
,
oefening
,
...
|
|||
| 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 woorden |
nl
|
python
input()
,
print()
,
string methods
,
oefening
,
uhasselt tutorials
|
|||
| Digitale naar analoge klok |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Vervang substring |
nl
|
python
input()
,
print()
,
str.replace()
,
oefening
,
uhasselt tutorials
|
|||
| Tweede verschijning |
nl
|
python
input()
,
print()
,
str.find()
,
str.count()
,
oefening
,
...
|
|||
| Maak getallenlijst van string |
nl
|
python
input()
,
print()
,
for-lus
,
list.append()
,
str.split()
,
...
|
|||
| Verwijder het tussenstuk |
nl
|
python
input()
,
print()
,
str.find()
,
concatenatie
,
slicing
,
...
|
|||
| Verwijder teken |
nl
|
python
input()
,
print()
,
relationele operatoren
,
if/else
,
concatenatie
,
...
|
|||
| Keer het tussenstuk om |
nl
|
python
input()
,
print()
,
str.find()
,
concatenatie
,
slicing
,
...
|
|||
| Analoge klok |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Schaakspel - paardensprong |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
relationele operatoren
,
...
|