add new info to the file

This commit is contained in:
Yesen 2023-10-12 21:29:19 +03:00
parent 1a7270020b
commit 45dbd70499

View File

@ -0,0 +1,8 @@
import numpy as np
import pandas as pd
letter = pd.DataFrame(np.random.randint(4,5), [1,2,3,4], ['r','y','g','k','o'])
# numbers = [1,2,3]
# np_array= np.array (numbers)
print (letter)