Use of libraries in python allowed?

Can we use libraries such as scipy, numpy in python during contest?

1 Like

Yes we can use them. Infact I use them many times. And to be confirm you can always test it on the codechef ide.

Yep! scipy and numpy are allowed.

Obviously, you can use any library of your choice in Python just like you would have done in C++ or java.