Theramy / GitHub-Homework-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub-Homework-Demo

Question 1:

Please create a function which will take two integers as parameters and will return the sum of them. eg.:

> my_sum_func(1,2)
> 3

Question 2:

Please create a function which will take two integers as parameters and will return the subtraction of them. eg.:

> my_subt_func(5,3)
> 2

About


Languages

Language:Python 100.0%