From f0a757150c97ebc6e8f86ef5ee4469b659385914 Mon Sep 17 00:00:00 2001 From: Eryk Miszczuk Date: Tue, 22 Oct 2019 12:37:35 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Home.md b/Home.md index 62d9811..96cc740 100644 --- a/Home.md +++ b/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 ``` \ No newline at end of file