I heard that using multiple import statements in a program affects its runtime performance. Is this true? If so, why?
No, but importing more libraries than you need decreases the code readability.