Mohammed Alhussaini

Results 1 comments of Mohammed Alhussaini

You could use this function, it worked for me: Imports: ``` import gspread import datetime ``` Lets have a variable now as datetime object: `now = datetime.datetime.now() ` then pass...