A. array B. ndarray C. matrix D. math
A. np.arange(0,9).reshape(3,3) B. np.eye(3) C. np.random.random([3,3,3]) D. np.mat(“1 2 3;4 5 6;7 8 9”)
A. font_path B. font_step C. mode D. font
A. fit_words() B. generate() C. generate_from_frequencies() D. process_text()