CS/Python1 [SW&Tools] 1. Introduction to python python 실습을 담은 코드를 실행시켜보겠다. 1.1 Elementary Data Types The standard Python library provides support for various elementary data types, including integers, booleans, floating points, and strings. A summary of the data types is shown in the table below. Data Type Example Number Integer x = 4 Long integer x = 15L Floating point x = 3.142 Boolean x = True Text Character x = 'c' String x = "this" x = 4.. 2020. 4. 23. 이전 1 다음