asked
Getting Started with Programming: Introduction to Python (Inflearn Original)
Numeric type (1-1): The basis of calculation is numeric type.
Written on
·
341
0
set=[7,8,9]일 때와 set=[3,5,7]일 때 출력값이 다르던데 이유가 있나요?
Answer 1
1
똑같은데요? 괄호를 확인해주세요.