PagerMaid_Plugins_Pyro/pmcaptcha/test.py

4 lines
60 B
Python
Raw Normal View History

2022-06-19 05:14:25 +00:00
def merge_nested_if(a, b):
if a and b:
return c