UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
108 stars 97 forks source link

Using a debugger page #87

Open mattagape opened 5 years ago

mattagape commented 5 years ago
  1. Link to Xcode -> 404 error

  2. why does print(energy([5, 6, 7, 8, 0, 1])) give SyntaxError: Missing parentheses in call to 'print'? I guess I must have missed something.

ageorgou commented 5 years ago
ageorgou commented 5 years ago

For the SyntaxError problem: Probably need to change the last debugger command (in the commands file) to print(energy) or p energy (docs).