Notice
Recent Posts
Recent Comments
Link
목록python#datatypes (1)
NeatCoder's Lab

Today we will try to learn about the data types of python. Text type : str Numeric type : int, float, complex Sequence type : list, tuple, range Mapping type : dict Boolean type : set, frozenset Binary type : bool Set type : bytes, bytearray, memoryview Variables can store data of different types, and different types are for diferent purposes. Here are some examples below x = "Hello World"#str x..
Python/Python Basics
2020. 7. 18. 10:07