Skip to content

Commit

Permalink
bew
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawgupta-private committed Oct 25, 2017
1 parent cd0333b commit 52d900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test3.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
r1 = (arr[6]+ arr[5] + arr[3] + arr[4])/4
r2 = (arr2[6] + arr2[5] + arr2[3] + arr2[4])/4

print r1 + " " + r2
print str(r1) + " " + str(r2)

a1.power_down()
a2.power_down()
Expand Down

0 comments on commit 52d900f

Please sign in to comment.