iT邦幫忙

2022 iThome 鐵人賽

DAY 12
0

Python Data Types

介紹有幾種基本的python data types
Text Type
string 字串

x = "Hello World"	#str	

Numeric Types
int 整数

x = 150	#int	

float 浮點數

x=0.35 #float

Sequence Types
List 列表

x = ["apple", "banana", "cherry"]	#list	

Tuple 元組

x = ("apple", "banana", "cherry")	tuple	

dict 字典

x = {"name" : "John", "age" : 36}	dict	

上一篇
Python part 1
下一篇
Python part 3
系列文
了解Data Science30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言