File: E11.py

package info (click to toggle)
pep8 1.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: python: 1,524; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#: E111
if x > 2:
  print x
#: E111
if True:
     print
#: E112
if False:
print
#: E113
print
    print