【转载】《笨办法学python》(11++)----关于python的模块的参考文档

 

https://blog.csdn.net/YZXnuaa/article/details/79011795

https://blog.csdn.net/qq_39546430/article/details/80407817

rect方法 time类

整理pygame类

https://blog.csdn.net/bbbeoy/article/details/73504300

https://zhidao.baidu.com/question/530349664.html

https://blog.csdn.net/dingding_12345/article/details/52456269

https://blog.csdn.net/csdn15698845876/article/details/73469234?utm_source=blogxgwz0

https://blog.csdn.net/sinat_31057219/article/details/78742653?utm_source=blogxgwz5

http://www.runoob.com/python/att-string-strip.html

https://www.cnblogs.com/zhangray/p/7118972.html

http://www.cnblogs.com/aylin/p/5608175.html

 

https://blog.csdn.net/qq_36864672/article/details/78091486?utm_source=blogxgwz0

https://blog.csdn.net/you_are_my_dream/article/category/6476965

 

 

https://docs.python.org/3/library/turtle.html

------------------------

https://blog.csdn.net/qq_36864672/article/details/78091486?utm_source=blogxgwz0

---

https://www.zhihu.com/question/24590883

https://blog.csdn.net/feihuadao/article/details/51147462?utm_source=blogxgwz1

https://www.zhihu.com/question/24590883

https://blog.csdn.net/qq_38265137/article/details/78321129?utm_source=blogxgwz9

https://blog.csdn.net/starzhou/article/details/73613185?utm_source=blogxgwz7

https://blog.csdn.net/starzhou/article/details/73613185?utm_source=blogxgwz7

https://blog.csdn.net/dev_csdn/article/details/78285656?utm_source=blogxgwz6

 

https://docs.python.org/3/library/turtle.html

 

 

http://tieba.baidu.com/p/5926157042

 

 

http://www.itcast.cn/news/20160831/1848418827.shtml

 

 

sys.exit()

https://blog.csdn.net/i_is_a_energy_man/article/details/77914234

https://www.cnblogs.com/guosq/p/6515935.html

https://www.cnblogs.com/nkwy2012/p/6027396.html

 

********************win32api是个好东西*********************
import win32api 里面有Beep(发出哔哔声),MessageBox等。
python 也可以执行cmd 中的命令,如import os. os.system('shutdowm -s -t 3000')



 

 

OS常用库,转载内容如下

https://www.jb51.net/article/119016.htm

https://www.jb51.net/article/116236.htm

 

# -*- coding:utf-8 -*-
 
list1=["apple","pear","orange"]
list2=[]
list3=[]
 
 
#---test1---
for i in range(0,3):
	print list1[i]
print "test1 end"
 
#---test2---
for i in range(0,len(list1)):
	print list1[i]
print "test2 end"
 
#---test3---
for i in range(0,len(list1)):
	list2.append(i)
	print list2[i]
print "test3 end"
 
#---test4---


for i in range(0,len(list1)):
	list3.append(list1[i])
	print list3[i]
print " test4 end"

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值