Skip to content

Commit

Permalink
Problem of the day
Browse files Browse the repository at this point in the history
  • Loading branch information
danfimov committed Feb 3, 2021
1 parent eef31d8 commit 1042d3c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
id: 8710
update_date: Sun, 04 Oct 2020 19:59:58 UTC
update_date: Tue, 02 Feb 2021 11:38:59 UTC
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# implement the function below
def get_sum(a, b):
return a + b
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
type: code
files:
- name: main.py
visible: true
text: |-
# implement the function below
def get_sum(a, b):
pass
learner_created: false
feedback_link: https://hyperskill.org/learn/step/5908#comment
status: Solved
record: -1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id: 5908
update_date: Wed, 22 Jul 2020 13:43:10 UTC
12 changes: 12 additions & 0 deletions Python Developer/HyperJob Agency/Problems/The Sum of 2/task.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h2>The Sum of 2</h2>
<html>
<head></head>
<body>
<p>Implement a function <code class="java">get_sum(a, b)</code> that will return the sum of two numbers. </p>
<p>Don't bother about input/output. You just have to implement the function which will return a value. Please, do not rename the function.</p>
</body>
</html><br><b>Sample Input:</b><br><pre><code class="language-no-highlight">8 11</code></pre><br><b>Sample Output:</b><br><pre><code class="language-no-highlight">19</code></pre><br><br><br><font color="gray">Memory limit: 256 MB</font><br><font color="gray">Time limit: 15 seconds</font><br><br>
<b>Caution</b><br><br>
You may see errors in your code or execution results due to missing context. Don’t worry about it, just write the solution and press Check.
<br><br>
<a href="https://hyperskill.org/learn/step/5900">Show topic summary</a>
1 change: 1 addition & 0 deletions Python Developer/HyperJob Agency/Problems/lesson-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ content:
- Get the title
- Chaos
- Content type
- The Sum of 2

0 comments on commit 1042d3c

Please sign in to comment.