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
ae06b60c
Commit
ae06b60c
authored
Sep 29, 2015
by
muris2016
Browse files
Pasado por pep8
parent
39c16309
Changes
1
Hide whitespace changes
Inline
Side-by-side
calcoo.py
View file @
ae06b60c
...
...
@@ -22,8 +22,7 @@ class Calculadora:
def
do_operation
(
calc
,
operation
,
op1
,
op2
):
try
:
return
calc
.
operating
(
calc
.
operations
[
operation
],
op1
,
op2
)
return
calc
.
operating
(
calc
.
operations
[
operation
],
op1
,
op2
)
except
KeyError
:
sys
.
exit
(
"Not allowed operation "
+
operation
)
...
...
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