Eligibility Criteria - 2
This Program name is Eligibility Criteria - 2. Write a Python program to Eligibility Criteria - 2, it has two test cases
The below link contains Eligibility Criteria - 2 question, explanation and test cases
https://drive.google.com/file/d/1xObf_3zdyEfD8yEtB5V4OqL6HVzEd7h1/view?usp=sharing
We need exact output when the code was run
Eligibility Criteria - 1
This Program name is Eligibility Criteria - 1. Write a Python program to Eligibility Criteria - 1, it has two test cases
The below link contains Eligibility Criteria - 1 question, explanation and test cases
https://drive.google.com/file/d/1Tp20Je-ZL3tEbrjEv-focZR8Rr_0DBNg/view?usp=sharing
We need exact output when the code was run
Masking - 2
This Program name is Masking - 2. Write a Python program to Masking - 2, it has two test cases
The below link contains Masking - 2 question, explanation and test cases
https://drive.google.com/file/d/1B638gu1ZK2GtvqCwmxaQkgaCBFi-qAiz/view?usp=sharing
We need exact output when the code was run
Hollow Right Triangle
Given an integer number
The first line of input is an integer
In the given example the hollow right angled triangle of side
4. Therefore, the output should be
* * * *
* *
* *
*
Sample Input 1
4
Sample Output 1
* * * *
* *
* *
*
Sample Input 2
6
Sample Output 2
* * * * * *
* *
* *
* *
* *
*
Hollow Right Triangle - 2
Given an integer number
The first line of input is an integer
In the given example the hollow right angled triangle of side
5. Therefore, the output should be
*
* *
* *
* *
* * * * *
Sample Input 1
4
Sample Output 1
*
* *
* *
* * * *
Sample Input 2
5
Sample Output 2
*
* *
* *
* *
* * * * *
Years, Weeks & Days
Write a Python program of Years, Weeks & Days. It consists of two test cases
The below link contains Years, Weeks & Days - Question, explanation and test cases
https://drive.google.com/file/d/1hYY-kPr5I9do_Lcmq4XFLKyewJMM9zVT/view?usp=sharing
We need all test caese can be come while code was running
Women Population
Write a Python program of Women Population. It consists of two test cases
The below link contains Women Population - Question, explanation and test cases
https://drive.google.com/file/d/1IaJ7mLXUDjUKpY6A57Pgr87X0cRm62Cm/view?usp=sharing
We need all test caese can be come while code was running
Area and Perimeter of Square
Write a Python Program of Area and Perimeter of Square.It Consists of two test cases
The below link contains Area and Perimeter of Square - question, explanation and test cases
https://drive.google.com/file/d/1i6HbDoWuKPpNJvNtHbsXAB6xrOlYdP8g/view?usp=sharing
We need all test cases can be come while code was run
Elements in the Range
Write a Python Program of Elements in the Range.It Consists of two test cases
The below link contains Elements in the Range - question, explanation and test cases
https://drive.google.com/file/d/1i2DhICQrl6o3mv6wKLycUvbuEvb4SulW/view?usp=sharing
We need all test cases can be come while code was run
First & Last Digits
Write a Python Program of First & Last Digits.It Consists of two test cases
The below link contains First & Last Digits - question, explanation and test cases
https://drive.google.com/file/d/1A0_vdqi4KJP9EPCdm-PoIP6qkkxPkB7i/view?usp=sharing
We need all test cases can be come while code was run