/first-repository

Primary LanguageJupyter Notebook

first-repository

안녕하세요~~ 안녕하세요 2

안녕~~ 하하하 호호홓


이름 주소 나이
철수 서울 20
영희 인천 20

나의 코드
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt

arr = np.random.randn(32)
sns.distplot(arr)
plt.show()