Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gregorio
ptavi-p2
Commits
6ed07d58
Commit
6ed07d58
authored
Sep 26, 2016
by
Gregorio Robles
Browse files
Merge branch 'master' of
https://github.com/gregoriorobles/ptavi-p2
parents
00cc8640
56aaf761
Changes
1
Hide whitespace changes
Inline
Side-by-side
calc.py
View file @
6ed07d58
...
...
@@ -5,7 +5,7 @@ import sys
def
plus
(
op1
,
op2
):
""" Function to sum the operands """
""" Function to sum the operands
. Ops have to be ints
"""
return
op1
+
op2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment