Skip to content

Commit

Permalink
Revise instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko authored Jul 20, 2017
1 parent 386e400 commit 5a68fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localize-fault-code.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## A task

Visit [Python Tutor](http://www.pythontutor.com) and open a blank Python 2.7 editor. Paste in the code below and try to compute 1+1, noticing that the output is "Invalid input" instead of 2. Use the fault localization strategy above to find out why.
Visit [Python Tutor](http://www.pythontutor.com) and open a blank Python 2.7 editor. Paste in the code below and try to compute 1+1, noticing that the output is "Invalid input" instead of 2. Find out why and propose a change to the program to fix the bug.

```python
''' Program make a simple calculator that can add, subtract, multiply and divide using functions '''
Expand Down

0 comments on commit 5a68fdb

Please sign in to comment.