Look at what you accomplished. You installed Python and VS Code. You wrote your first program using print(). You customized output with sep and end. You learned range() for number sequences and input() for reading user data.
You solved two HackerRank problems, proving you can read specifications and write correct code. You also learned about comments, error messages, and common mistakes to avoid.
These foundations support everything that comes next. In the next section, we'll work with variables and data types. You'll store information, do calculations, and build more interesting programs. You're ready.