Skip to content

mik-st/GitHub-Homework-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%