-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runing problrm #6
Comments
hi god willing |
Tried this and ran the commented example:
Alas, assignments returns |
shortest should be float('inf') and assignments returns [(0, [1, 2]), (0, [2, 1]), (0, [3, 1]), (0, [5, 4]), (0, [5, 5]), (0, [6, 5]), (1, [10, 8]), (1, [7, 9]), (1, [11, 5]), (2, [14, 9]), (2, [14, 14])] |
hi,thanks for your sharing.but when I run the code,I have a problem that need your help.
if val < shortest:
TypeError: '<' not supported between instances of 'float' and 'tuple'
The text was updated successfully, but these errors were encountered: