In this task, I had to write a program that takes two integers as input and outputs their sum. It was a basic problem that introduced the concept of handling multiple test cases in one go. Approach: I ...
The first task was a multiple-choice question (MCQ) where I had to select the correct way to output a number in Python. This was a simple exercise aimed at reinforcing the use of the print() function.