DEV Community

Ayuni
Ayuni

Posted on

Day 76/#100DaysOfCode

Continuing to work on the 6th Hackerrank problem.

Achievements from yesterday:

  1. Restated and understood the leap year problem.
  2. Learned nested if Statements

The plan for today:

  1. Study functions again from Python Crash Course book.
  2. Move to CS Timer Solutions Statement
  3. Find out what's the process of building a software professionally.

Today I learned:

  1. What was the issue before when TypeError was: "missing 2 required positional arguments". This means the function calls need to have 2 arguments like what was defined in function calls. Don't remember which exercise it was but I remembered encountering this. So in the future gotta make sure that the number of arguments defined match with the function calls.

Top comments (0)