Ian Trout
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Ian Trout-
Ian Trout commented,
Awesome, thank you!
-
Ian Trout commented,
Sorry, here's my full line of code and now it is giving me "Tuple index out of range" error: # Product characteristicsproductname = ('one', 'two', 'three')holdcost = (6, 8, 10) # euros / ...
-
Ian Trout created a post,
Constraints causing a Syntax error
AnsweredHi, I'm trying to perform a minimization problem and for some reason whenever I add my constraints (3) and (4), the next line of code always returns as a Syntax error. Any thoughts on this? Here'...