• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    미해결

코드를 바꿨는데도

19.01.11 19:39 작성 조회수 77

0

C:Usersoworkspacemooclab_1_windows (1)windows>atom arithmetic_function.py

C:Usersohmoonkyoworkspacemooclab_1_windows (1)windows>python

Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)] :: Anaconda, Inc. on win32

Type "help", "copyright", "credits" or "license" for more information.

import arithmetic_function

arithmetic_function.addition(5,8)

안뜹니다 답이.

def addition(a, b):

result = a+b

return result

이렇게 해쓴ㄴ데요

답변 0

답변을 작성해보세요.

답변을 기다리고 있는 질문이에요.
첫번째 답변을 남겨보세요!