Jump to content

I need help with a python exercise

ktkrk8
Go to solution Solved by fizzlesticks,

You need to find the minimum weight limit for the 3 bridges. Python has a function called min() that can do it for you. Pass all of the weight limits to that function and it will return whichever is the smallest.

You need to find the minimum weight limit for the 3 bridges. Python has a function called min() that can do it for you. Pass all of the weight limits to that function and it will return whichever is the smallest.

1474412270.2748842

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×