Information about dictionary update method

Hello all,

I wanted to know whether the update method will always add a non existing key value pair to the end of the dictionary. Is this order guaranteed ?

Thank you in advance for your help.

Yes, dict is guaranteed to preserve insertion order since Python 3.7.