How to check the date is empty using python?
问题 The startdate and enddate values are coming from jenkin to lambda. In this code I am trying to get value using event["start_date"] and event["end_date"] and it's working fine, but if startdate and enddate are not available then the code should automatically take today's and yesterday's date. I am new to python, can someone help here? I tried as below but I am getting error. If I will mention 'startdate and enddate is none' and set both values as none then it's working but I need to implement