Modern Python code uses explicit type annotation everywhere, meanwhile modern C++ code uses implicit type "auto" everywhere and relying on template type deduction to match it to a compatible function automatically. What a strange new world we find ourselves living in.