Use of libraries in python allowed?

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

3 Likes

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

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

Yep! scipy and numpy are allowed.