defpersoninfo(name,**info):print(name)print(info)forkeyininfo:print(key)print(info[key])personinfo("zhangsang",age=25,sex="man")personinfo("lisi",age=29,sex="woman")zhangsang{‘age‘:25,‘sex‘:‘man‘}age2
分类:
编程语言 时间:
2018-11-12 19:55:28
阅读次数:
178
NumPy提供了创建结构化数据类型数组的强大功能。这些数组允许通过指定的字段操作数据。person=np.array([(1,"lisi",23,"man"),(2,"wangwu",26,"woman")],dtype=[(‘id‘,i4),(‘name‘,‘s8‘),(‘age‘,‘i4‘),(‘sex‘,‘S10‘)])print(person[‘name‘])[b‘lisi‘b‘wangw
分类:
编程语言 时间:
2018-11-12 19:48:35
阅读次数:
268
LESSON 29: Using GPIO pins as Inputs and Reading them in Python here we dont have any pull-up resistor. If you are facing some noise, then return to t ...
分类:
Web程序 时间:
2018-11-12 14:56:07
阅读次数:
209
Mixin vs inheritance Ask Question up vote 76 down vote favorite 19 What is the difference between a mixin and inheritance? oop inheritance mixins shar ...
分类:
其他好文 时间:
2018-11-10 20:11:18
阅读次数:
197
【代码】 【输出结果】 There are 10 types of people.Those who know binary and those who dont't.I said: There are 10 types of people.I also said: 'There are 10 ty ...
分类:
编程语言 时间:
2018-11-03 20:18:23
阅读次数:
242
诗Poem 要求:背诵这首诗,翻译现代文,根据现代文用简单的英文翻译。 动词直观体会 |动词|动词|动词|动词|动词| | | | | | | | sell卖 | buy买 | beat击打 | look看 | dance跳舞 | | sing唱歌 | speak说 | ride骑 | ask问 | ...
分类:
其他好文 时间:
2018-10-29 20:03:32
阅读次数:
176
You use this crack on your own risk , i dont reserve any right on this script or what is going to affect anyone you use it on your own risk , is http: ...
分类:
其他好文 时间:
2018-10-28 22:02:22
阅读次数:
371
转自:https://dev.to/alagrede/why-i-dont-want-use-jpa-anymore-fl Great words for what is considered by many as the greatest invention in the Java world. ...
分类:
其他好文 时间:
2018-10-24 15:45:32
阅读次数:
166
def start_requests(self): for i in self.start_urls: yield Request(i, meta={ 'dont_redirect': True, 'handle_httpstatus_list': [302] }, c... ...
分类:
其他好文 时间:
2018-10-17 11:07:00
阅读次数:
1107
2ASK(二进制幅移键控)又称OOK 2FSK:‘1’对应频率为$\omega_1$的载波,‘0’对应频率为$\omega_2$的载波。 或用Matlab提供的函数fskmod 调用格式 y= fskmod(x,M,freq_sep,nsamp); y=fskmod(x,M,freq_sep,nsa ...
分类:
其他好文 时间:
2018-10-11 18:44:38
阅读次数:
362