代码搜索结果
找到约 10,000 项符合
Python 的代码
expression.py
#!/usr/bin/python
# Filename: expression.py
length = 5
breadth = 2
area = length * breadth
print 'Area is', area
print 'Perimeter is', 2 * (length + breadth)
helloworld.py
#!/usr/bin/python
#filename:helloworld.py
print "Hello World!"
module-xmllib.html
13.9 xmllib -- A parser for XML documents
cd-parser-objects.html
18.3.2 Parser Objects
profile-instant.html
10.3 Instant Users Manual
module-basehttpserver.html
11.14 BaseHTTPServer -- Basic HTTP server
os-file-dir.html
6.1.4 Files and Directories
debugger-commands.html
9.1 Debugger Commands