Exercises
| Status | Type |
|
Languages | Labels |
|
|---|---|---|---|---|---|
| Word swap |
nl
|
python
input()
,
print()
,
str.find()
,
concatenatie
,
slicing
,
...
|
|||
| What day of the week |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Fibonacci sequence |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if/else
,
...
|
|||
| Linear equation |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if\elif\else
,
...
|
|||
| Make and print undefined numberlist |
nl
|
python
input()
,
print()
,
int()
,
while-lus
,
list.append()
,
...
|
|||
| Erase every 3rd character |
nl
|
python
concatenation
,
input()
,
print()
,
modulo
,
range()
,
...
|
|||
| Greater than left neighbour |
nl
|
python
input()
,
print()
,
relationele operatoren
,
for-lus
,
if/elif/else
,
...
|
|||
| Make and print numberlist |
nl
|
python
input()
,
print()
,
int()
,
list.append()
,
oefening
,
...
|
|||
| Chessgame - Rook move |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if\else
,
...
|
|||
| The next day |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if\else
,
...
|
|||
| Word count |
nl
|
python
input()
,
print()
,
string methods
,
oefening
,
uhasselt tutorials
|
|||
| Digital to analog clock conversion |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Replace substring |
nl
|
python
input()
,
print()
,
str.replace()
,
oefening
,
uhasselt tutorials
|
|||
| Second appearance |
nl
|
python
input()
,
print()
,
str.find()
,
str.count()
,
oefening
,
...
|
|||
| Make numberlist from string |
nl
|
python
input()
,
print()
,
for-lus
,
list.append()
,
str.split()
,
...
|
|||
| Remove the intermediate part |
nl
|
python
input()
,
print()
,
str.find()
,
concatenatie
,
slicing
,
...
|
|||
| Remove character |
nl
|
python
input()
,
print()
,
relationele operatoren
,
if/else
,
concatenatie
,
...
|
|||
| Reverse the intermediate part |
nl
|
python
input()
,
print()
,
str.find()
,
concatenatie
,
slicing
,
...
|
|||
| Analog time telling |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Chessgame - knight move |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
relationele operatoren
,
...
|