|
|
Switching digits
|
nl
|
python
input(),
print(),
int(),
calculations,
floor division,
...
|
|
|
|
Buying cookies
|
nl
|
python
input(),
print(),
calculations,
floor division,
modulo,
...
|
|
|
|
Sum of indefinite number series
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
...
|
|
|
|
Print the numbers x through y
|
nl
|
python
input(),
print(),
int(),
print() keyword argument sep,
for-lus,
...
|
|
|
|
The first decimal place
|
nl
|
python
input(),
print(),
calculations,
floor division,
modulo,
...
|
|
|
|
Number of equal numbers
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
booleaanse operatoren,
...
|
|
|
|
Passed hours and minutes
|
nl
|
python
concatenation,
input(),
print(),
str(),
int(),
...
|
|
|
|
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,
...
|
|
|
|
Digital time telling
|
nl
|
python
concatenation,
input(),
print(),
str(),
int(),
...
|
|
|
|
Calculate a factorial
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
The 4th corner
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\elif\else,
...
|
|
|
|
Powers of 2
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
...
|
|
|
|
Sum of 10 numbers
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(),
...
|
|
|
|
Sum of 3rd powers
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
Position of max value
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Digits in order
|
nl
|
python
input(),
print(),
int(),
floor division,
modulo,
...
|
|
|
|
Chessgame - dark square
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
Chessgame - same color squares
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
Series of squares
|
nl
|
python
input(),
print(),
int(),
print() keyword argument sep,
print() keyword argument end,
...
|
|
|
|
Greater than previous number
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Smallest integer divider
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
Palindrome of 4 digits
|
nl
|
python
input(),
print(),
int(),
floor division,
modulo,
...
|
|
|
|
Linear equation
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\elif\else,
...
|
|
|
|
Smallest of 5 numbers
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
What day of the week
|
nl
|
python
input(),
print(),
int(),
calculations,
floor division,
...
|
|
|
|
Second highest number in series
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Print the numbers x through y up or down
|
nl
|
python
input(),
print(),
int(),
for-lus,
print() keyword argument end,
...
|
|
|
|
Fibonacci sequence
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Sum of factorials
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|