Exercises
| Status | Type |
|
Languages | Labels |
|
|---|---|---|---|---|---|
| What century |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Sort 3 numbers |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
if\elif\else
,
...
|
|||
| Splitting a number |
nl
|
python
concatenation
,
input()
,
print()
,
str()
,
int()
,
...
|
|||
| Print the numbers x through y |
nl
|
python
input()
,
print()
,
int()
,
print() keyword argument sep
,
for-lus
,
...
|
|||
| Sum of indefinite number series |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
while-lus
,
...
|
|||
| Length of a series |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
while-lus
,
...
|
|||
| Smallest of 3 numbers |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
booleaanse operatoren
,
...
|
|||
| Number of days in a month |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
booleaanse operatoren
,
...
|
|||
| Sum of 10 numbers |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range()
,
...
|
|||
| The last two digits |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Day of arrival |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| The lost card |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range(a,b)
,
...
|
|||
| Ladder of digits |
nl
|
python
input()
,
print()
,
int()
,
print() keyword argument sep
,
for-lus
,
...
|
|||
| Isolating the second to last digit |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Sum of 3rd powers |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range(a,b)
,
...
|
|||
| Calculate a factorial |
nl
|
python
input()
,
print()
,
int()
,
for-lus
,
range(a,b)
,
...
|
|||
| Number of equal numbers |
nl
|
python
input()
,
print()
,
int()
,
relationele operatoren
,
booleaanse operatoren
,
...
|
|||
| Leap year |
nl
|
python
input()
,
print()
,
int()
,
modulo
,
relationele operatoren
,
...
|
|||
| Switching digits |
nl
|
python
input()
,
print()
,
int()
,
calculations
,
floor division
,
...
|
|||
| Passed hours and minutes |
nl
|
python
concatenation
,
input()
,
print()
,
str()
,
int()
,
...
|