代码搜索:using 有哪些应用?

找到约 10,000 项符合「using 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/435264/7794822

py using_tuple.py

#!/usr/bin/env python # Filename: using_tuple.py zoo=('wolf','elephant','penguin') print 'Number of animals in the zoo is',len(zoo) new_zoo=('monkey','dolphin',zoo) print 'Number of animals i
www.eeworm.com/read/435264/7794824

py using_name.py

#!/usr/bin/env python # Filename: using_name.py if __name__=='__main__': print 'This program is being run by itself' else: print 'I am being imported from another module'
www.eeworm.com/read/435264/7794846

py using_file.py

#!/usr/bin/env python # Filename: using_file.py poem='''\ Programming is fun When the work is done if you wanna make your work also fun: use Python! ''' f=file('poem.txt','w') # open for
www.eeworm.com/read/435264/7794854

py using_list.py

#!/usr/bin/env python # Filename: using_list.py # This is my shopping list shoplist=['apple','mango','carrot','banana'] print 'I have',len(shoplist),'items to purchase.' print 'These items
www.eeworm.com/read/435264/7794855

py using_dict.py

#!/usr/bin/env python # Filename: using_dict.py # 'ab' is short for 'a'ddress'b'ook ab={ 'Swaroop' : 'swaroopch@byteofpython.info', 'Larry' : 'larry@wall.org', 'Matsumoto' : 'matz@ruby-lan
www.eeworm.com/read/435264/7794860

py using_sys.py

#!/usr/bin/env python # Filename: using_sys.py import sys print 'The command line arguments are:' for i in sys.argv: print i print '\n\nThe PYTHONPATH is',sys.path,'\n'
www.eeworm.com/read/435073/7798140

html athttpd-using.html

www.eeworm.com/read/435073/7798319

html ppp-using.html

www.eeworm.com/read/196747/8063497

htm faq_using.htm

{template header}  
www.eeworm.com/read/196747/8063713

htm using_config.htm

Discuz! 用户使用说明书 - 使用常见问题