Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DELGADO VALENCIA, JORGE
ptavi-p2
Commits
56aaf761
Commit
56aaf761
authored
Sep 26, 2016
by
Gregorio
Browse files
He cambiado la calculadora
parent
d2a93477
Changes
1
Hide whitespace changes
Inline
Side-by-side
calc.py
View file @
56aaf761
...
...
@@ -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