| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| # print "\tb:", value(b) | ||
| print "\tc:", value(c) | ||
| print "\tz:", value(z) | ||
| print("status:", LpStatus[status]) |
There was a problem hiding this comment.
Please add "from __future__ import print_function" as the first line of this script or this line will print a tuple on Python 2.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
parenthesis is added in print statement(42-47)