강의

멘토링

커뮤니티

Inflearn Community Q&A

hyrung5820's profile image
hyrung5820

asked

Introduction to Python for Programming and Data Science

- How to submit assignments for Windows

코드를 바꿨는데도

Written on

·

132

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

이렇게 해쓴ㄴ데요

bigdatapython

Answer

This question is waiting for answers
Be the first to answer!
hyrung5820's profile image
hyrung5820

asked

Ask a question