国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > Python > 正文

python 基本數(shù)據(jù)類型占用內(nèi)存空間大小的實(shí)例

2020-02-15 21:46:59
字體:
供稿:網(wǎng)友

python中基本數(shù)據(jù)類型和其他的語言占用的內(nèi)存空間大小有很大差別

import sysa = 100b = Truec = 100Ld = 1.1e =""f = []g =()h = {}i = set([])print " %s size is %d "%(type(a),sys.getsizeof(a))print " %s size is %d "%(type(b),sys.getsizeof(b))print " %s size is %d "%(type(c),sys.getsizeof(c))print " %s size is %d "%(type(d),sys.getsizeof(d))print " %s size is %d "%(type(e),sys.getsizeof(e))print " %s size is %d "%(type(f),sys.getsizeof(f))print " %s size is %d "%(type(g),sys.getsizeof(g))print " %s size is %d "%(type(h),sys.getsizeof(h))print " %s size is %d "%(type(i),sys.getsizeof(i)) <type 'int'> size is 12  <type 'bool'> size is 12  <type 'long'> size is 14  <type 'float'> size is 16  <type 'str'> size is 21  <type 'list'> size is 36  <type 'tuple'> size is 28  <type 'dict'> size is 140  <type 'set'> size is 116 

以上這篇python 基本數(shù)據(jù)類型占用內(nèi)存空間大小的實(shí)例就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持武林站長站。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 炉霍县| 城固县| 凌源市| 宜州市| 仁化县| 金塔县| 赤水市| 高要市| 云和县| 喀什市| 阳东县| 忻城县| 凉山| 吴桥县| 建德市| 资讯 | 腾冲县| 阿图什市| 宣城市| 永新县| 来凤县| 冕宁县| 沂水县| 凤阳县| 时尚| 广州市| 墨江| 左权县| 双牌县| 津市市| 万宁市| 平阴县| 吉安市| 青田县| 大丰市| 呼伦贝尔市| 桐城市| 新泰市| 福贡县| 三门峡市| 昌邑市|