mirror of
https://github.com/powerline/powerline.git
synced 2025-08-20 09:18:39 +02:00
975 B
975 B
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