/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
def isset(var): return var in vars() or var in globals()