강의

멘토링

커뮤니티

Inflearn Community Q&A

erethe's profile image
erethe

asked

Free Humanity from Mathematics (Basic Algebra Edition)

Lecture2-1 Sets

집합의 정의에 대한 설명에서 질문이 있습니다.

Written on

·

150

0

강의에서 집합의 정의를

 

a collection of distinct and well-defined things(or elements)라고 하셨습니다.

 

이 때 , thing은 서로 같은 종류의 object들이라고 하셨는데

Python에서의 집합은

a_set = {1, 2.5, 'apple', 'banana', (1, 2)} 과 같이

서로 다른 Data Type끼리 함께 존재할 수 있는 것으로 알고 있습니다.

그래서 강의에서 정의해주신 집합의 정의가 조금 헷갈리네요.

대수학

Answer

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

asked

Ask a question