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

제목[re]step11 구구단 문제2020-04-23 14:43
작성자

질문자분께서 작성하신대로 하셔도 상관없습니다. 

다만 위 예시처럼 출력을 원하실 경우는 

print(gugudan) 부분을

for dan in gugudan:

    print(dan, end='\n')

와 같이 작성하시면 됩니다.

띄어쓰기나 ,빈칸 부분은 str의 format함수의 정렬을 찾아보시기 바랍니다.

https://jeongwookie.github.io/2018/09/10/180911-code-alignment-using-format-function/ 

댓글
이전step11 구구단 문제2020-04-23
다음step 11 질문2020-04-23