代码搜索:Python

找到约 10,000 项符合「Python」的源代码

代码结果 10,000
www.eeworm.com/read/130054/14209939

cpp dlltest.cpp

#include namespace { // Avoid cluttering the global namespace. // A couple of simple C++ functions that we want to expose to Python. std::string greet() { return "hello, world";
www.eeworm.com/read/229886/14313649

py if.py

#!/usr/bin/python # Filename: if.py number=23 guess=int(raw_input("请你输入一个数:")) if guess==number: print "相等" elif guess
www.eeworm.com/read/229886/14313668

py fig02_01.py

#!fig.2.1:fig02_01.py # -*- coding: cp936 -*- #打印一行文本 print "欢迎来到Python世界!"
www.eeworm.com/read/229886/14313676

py fig02_04.py

#!fig.2.4:fig02_04.py # -*- coding: cp936 -*- #打印一行文本 print "欢迎来到", print "Python世界!"
www.eeworm.com/read/227919/14406403

js shbrushpython.js

/* Python 2.3 syntax contributed by Gheorghe Milas */ dp.sh.Brushes.Python = function() { var keywords = 'and assert break class continue def del elif else ' + 'except exe
www.eeworm.com/read/221051/14758887

html node4.html

www.eeworm.com/read/221051/14758890

html node1.html

www.eeworm.com/read/221051/14758905

html node3.html

www.eeworm.com/read/221051/14758909

html node14.html

www.eeworm.com/read/221047/14759555

html formatter-interface.html

12.1.1 The Formatter Interface