Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
c나 java는 변수 타입설정이 있지만 python에는 없다.
이를 구분하기 위해서, 두 인자를 따로 사용한다.
연산자 ‘/’와 ‘//’의 차이
/는 나눗셈을 의미하며 결과가 float로 나타납니다.
//는 나눗셈을 의미하며 결과가 int로 나타납니다.
Beta Was this translation helpful? Give feedback.
All reactions