python 언어를 적용하여 통계(statistics)와 미적분(Calculus), 선형대수학(Linear Algebra)을 소개합니다. 이 과정에서 빅데이터를 다루기 위해 pytorch를 적용합니다.
python 언어를 적용하여 통계(statistics)와 미적분(Calculus), 선형대수학(Linear Algebra)을 소개합니다. 이 과정에서 빅데이터를 다루기 위해 pytorch를 적용합니다.
mn=1
mx=7
roll_again='yes'
while roll_again=="yes" or roll_again=="y":
print("Rolling the dice")
print("The values are ")
print(np.random.randint(mn, mx))
roll_again=input("Roll the dices again?")
Rolling the dice The values are 1 Roll the dices again?y Rolling the dice The values are 2 Roll the dices again?y Rolling the dice The values are 2 Roll the dices again?y Rolling the dice The values are 4 Roll the dices again?y Rolling the dice The values are 2 Roll the dices again?n
댓글
댓글 쓰기