fork download
  1. # your code goes here
  2. import ast
  3.  
  4. block = "'34343'.isjhdigit() if not None else 0"
  5.  
  6. print(ast.parse(block))
Success #stdin #stdout 0.15s 15940KB
stdin
Standard input is empty
stdout
<ast.Module object at 0x152eb4c25c10>