Programming/python37 [python] 파이썬 연습 오늘은 나도코딩님과 함께 python을 시작! # from random import * # list = range(1, 21) # # print(list) # # shuffle(list) # # print(list) # # print(sample(list, 1)) # chicken = sample(list, 1) # coffee = sample(list, 3) # print("the chicken goes to", chicken) # print("the coffee goes to", coffee) # weather = int(input("what's the weather?")) # if weather == 23: # print("umbrella") # else: # print("no") startbuck.. 2023. 2. 28. 이전 1 ··· 7 8 9 10 다음