fork download
  1. a=bool(input())
  2. print(a)
  3. print(type(a))
Success #stdin #stdout 0.03s 63704KB
stdin
123456
stdout
True
<type 'bool'>