Please can anyone provide me function for time,date & day in python just like time = time() and time = “##:##:##” # is replaced with current time in my laptop And date = date() and date = “####/##/##” And day = day() and day = “sun/mon/tue/wed/etc” Answer