Hello! is there any way you can append a value to the first position? I have this
for num in all_updates:
session.updates.append(num)
but I want what i already have in the session.updates to appear last
Thanks
Hello! is there any way you can append a value to the first position? I have this
for num in all_updates:
session.updates.append(num)
but I want what i already have in the session.updates to appear last
Thanks