debugger: some python polishing

This commit is contained in:
hjk
2010-04-28 11:18:54 +02:00
parent a5e7cfe734
commit 5344521585
3 changed files with 57 additions and 20 deletions

View File

@@ -5,6 +5,11 @@ def square(a):
def cube(a):
l = [1, 2, 4]
t = (1, 2, 3)
d = {1: 'one', 2: 'two', 'three': 3}
s = u'unixcode'
x = xrange(1, 10)
b = buffer("xxx")
x = square(a)
x = x * a
x = x + 1