>>> x = "W3Cschool"
>>> type(x)
<type 'str'>
>>> x=100
>>> type(x)
<type 'int'>
>>> x=('1','2','3')
>>> type(x)
<type 'tuple'>
>>> x = ['1','2','3']
>>> type(x)
<type 'list'>
作者: qingxunyouxuan
- 
		
		

Python-type
 - 
		
		

HTML-YF
<style> .keyword { color: purple; } .string { color: red; } .comment { color: green; } </style> <pre><code> <html> <head> <title>编程狮示例</title> </head> <body> <p>这是一个编程狮的示例页面。</p> </body> </html> </code></pre> - 
		
		

最新美团吃喝玩乐2折优惠口令
【最新优惠美团大牌外卖3折起】复制以下口令,再打开美团APP即可领取(美团首页才能识别口令)
1 %复制信息#% 打开团App http:/¥vxMWM3MGM5NDk¥一起领

【吃喝玩乐2折团口令】复制以下口令,再打开美团APP即可领取(美团首页才能识别口令)
1 %复制信息#% 打开团App http:/¥y1YzBlMjg3MmI¥一起领


 
