#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목[re]step 11 실습구구단 과제 질문입니다2020-04-20 15:41
작성자

clear() 함수를 사용하여 출력하면 됩니다.


a = [1,2,3,4,5,6,7,8,9]

c = []

for b in range(len(a)):

for d in a:

c.append(a[b]*d)

print(c)

c.clear()

댓글
이전step 11 실습구구단 과제 질문입니다2020-04-20
다음[re]step 11 실습구구단 과제 질문입니다2020-04-20