summaryrefslogtreecommitdiffstats
path: root/tests/test_shells/outputs/ipython.ok
blob: 166604df64aba971ddbe0131dcade337e0d24a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 In [2]  bool 42
     2>  bool(42)
 Out[2]  True

 In [3]  bool 44
     3>  bool(44)
 Out[3]  True

 In [4]  class Test(object):
             pass
         

 In [5]  exit