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

제목[re]Step_04_Functions_Part_22022-03-19 02:00
작성자

말씀하신 오류는 함수 뒤에 :를 붙이지 않아서 생긴 것 같습니다.

함수 정의 후 :를 넣어서 다시 해보세요.


ex)

def calcGugudan(x):

num = 1

print(x, "*", num, "=", x*num)




댓글