Update page 'Home'
parent
0fd2068c0e
commit
f0a757150c
11
Home.md
11
Home.md
@ -3,4 +3,15 @@ Welcome to Wiki!
|
||||
```javascript
|
||||
const excerciseNuber = (studentId) =>
|
||||
`TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`;
|
||||
```
|
||||
|
||||
```python
|
||||
import sys
|
||||
|
||||
count = 0
|
||||
|
||||
for line in sys.stdin:
|
||||
count += int(line)
|
||||
|
||||
print count
|
||||
```
|
Loading…
Reference in New Issue
Block a user