vault backup: 2023-11-13 13:50:53
This commit is contained in:
13
Algo/B2/Exercises/Imperative exercise.md
Normal file
13
Algo/B2/Exercises/Imperative exercise.md
Normal file
@ -0,0 +1,13 @@
|
||||
## Exercise 1:
|
||||
```python
|
||||
def test (n: int) -> bool:
|
||||
if (n >= 100):
|
||||
if (n < 1000):
|
||||
return true
|
||||
else:
|
||||
return false
|
||||
else:
|
||||
return false
|
||||
```
|
||||
|
||||
## Exercise 2:
|
Reference in New Issue
Block a user