Answer the question
In order to leave comments, you need to log in
How to take an element from a dictionary in a dictionary?
event_request_body = {
'start': {
'dateTime':convert_datetime(2021, 10, 7, 12, 0),#I want to take this element
'timeZone': 'Europe/Moscow'
},
'end': {
'dateTime': convert_datetime(2021, 10, 7, 14, 30),
'timeZone': 'Europe/Moscow'
},
'summary': 'GYM',
'description': 'apapapapapapapappa'
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question