if im importing other python code in my code so do i need to import all the librarires in that code also which i have already imported in my main code? code example
Example 1: how to import python
import random
from os import name, system
import time as t
Example 2: import library python
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt