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
4606b730
Commit
4606b730
authored
Oct 06, 2015
by
Gregorio
Browse files
Bug fixed
parent
f4083738
Changes
1
Hide whitespace changes
Inline
Side-by-side
calcplusplus.py
View file @
4606b730
...
@@ -15,4 +15,4 @@ if __name__ == "__main__":
...
@@ -15,4 +15,4 @@ if __name__ == "__main__":
for
line
in
csv
.
reader
(
file
):
for
line
in
csv
.
reader
(
file
):
operation
=
line
[
0
]
operation
=
line
[
0
]
numbers
=
line
[
1
:]
numbers
=
line
[
1
:]
calcplus
.
operating
(
calc
,
operation
s
,
numbers
)
calcplus
.
operating
(
calc
,
operation
,
numbers
)
Write
Preview
Supports
Markdown
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