File: obstacle_course_min.py

package info (click to toggle)
python-mitogen 0.3.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,456 kB
  • sloc: python: 22,134; sh: 183; makefile: 74; perl: 19; ansic: 18
file content (49 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#!python
# coding : utf-8



import sys

"cc", {}

def f1(a, b= None, c=[]):


 x = ""
 print(
 a,

b,
 """arg1""",
"""arg2""",
 c )

 'foo' > sys.stderr


 sys.stdout;lambda: "justastring"

1j

def f2():


 pass
class c:




 f='justastring'


@f1
class c2(object):

 def __init__(self):

  def inner(): pass
  d = {'a':0}
  for x in '':