Skip to content
Snippets Groups Projects
Commit f1c5df88 authored by Erkki Kaila's avatar Erkki Kaila
Browse files

laskin

parents
Branches master
No related tags found
No related merge requests found
def laske_yhteen(eka: int, toka: int) -> int:
return eka + toka
def vahenna(eka: int, toka: int) -> int:
return eka - toka
def kerro(eka: int, toka: int) -> int:
return eka + toka
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment