Prajwal-Prathiksh / Museum-Path-Optimization

Contains code meant to optimize the route for a tourist visiting the Louvre Museum, such that the satisfaction level is maximised by visiting all/select exhibits in a single working day.
MIT License
10 stars 8 forks source link

Added Input data containers branch #13

Closed Prajwal-Prathiksh closed 3 years ago

pep8speaks commented 3 years ago

Hello @Prajwal-Prathiksh! Thanks for opening this PR.

Line 58:53: E226 missing whitespace around arithmetic operator Line 58:81: E501 line too long (88 > 80 characters) Line 59:81: E501 line too long (86 > 80 characters)

Line 73:50: E502 the backslash is redundant between brackets Line 74:17: E128 continuation line under-indented for visual indent

Do see the Hitchhiker's guide to code style