Python
I should use python do to Leetcode. It’s much easier apparently: https://neetcode.io/courses/lessons/python-for-coding-interviews
Useful links:
Python is a dynamically type language. You don’t need to declare the type which is very different from C++.