Commit 3d0669d8 authored by Guido van Rossum's avatar Guido van Rossum

Add Unix main script and test program.

parent 3b4ca0dd
#! /usr/bin/env python
import PyShell
PyShell.main()
def f(): a = b = c = d = e = 0; g()
def g(): h()
def h(): i()
def i(): j()
def j(): k()
def k(): l()
l = lambda: test()
def test():
exec "import string; string.capwords(None)" in {}
k()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment