나를 기록하다
article thumbnail
반응형

1)

<code />
A, B = input().split() print(int(A)/int(B))

 

2)

<code />
A,B = map(int, input().split()) print(A/B)

 

반응형
profile

나를 기록하다

@prao

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!