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

제목구구단 만들기2022-04-15 11:49
작성자

구구단 프로그램을 짤 때 아래에서 무엇이 잘못됐나요??


for i in [1,2,3,4,5,6,7,8,9] :

    for x in [1,2,3,4,5,6,7,8,9]:

    print(str(i*x))

댓글
이전[re]텀프 데이터 관련 질문입니다2022-04-15
다음[re]구구단 만들기2022-04-15