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
88d11f17
Commit
88d11f17
authored
Oct 06, 2015
by
Gregorio
Browse files
Another bug fixed
parent
f4083738
Changes
1
Hide whitespace changes
Inline
Side-by-side
calcplus.py
View file @
88d11f17
...
...
@@ -21,7 +21,7 @@ def operating(calc, operation, numbers):
if
__name__
==
"__main__"
:
capture_argv_error
()
filename
=
sys
.
argv
[
0
]
filename
=
sys
.
argv
[
1
]
calc
=
calcoohija
.
CalculadoraHija
()
file
=
open
(
filename
)
for
line
in
file
.
readlines
():
...
...
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