I think I heard this in some cppcon video, from uni teacher who had to make students know both C and Python, so he experimented for several years
learning Python first is same difficulty as learning C first (because main problem is the whole concept of programming)
and learning C after Python is harder than learning Python after C (because of pointers)