Hi i cant use the random_integers function
from RandomArray import * map = random_integers(1,0, (5,5)) Output: -->ImportError: No module named RandomArray how can use the function? Thanks
Hi i cant use the random_integers function
from RandomArray import * map = random_integers(1,0, (5,5)) Output: -->ImportError: No module named RandomArray how can use the function? Thanks