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
String Repetition - 4
This Program name is String Repetition - 4. Write a Python program is String Repetition - 4, it has two test cases
The below link contains String Repetition - 4 - question, explanation and test cases
https://drive.google.com/file/d/1n4TSeGRbdbrEgeIKfXO5bq_IF3CWQ0jY/view?usp=sharing
We need exact output when the code was run
Half String - 2
This Program name is Half String - 2. Write a Python program is Half String - 2, it has two test cases
The below link contains Half String - 2 - question, explanation and test cases
https://drive.google.com/file/d/1rl4EMVpnQcr9Kyt6WCER9qy9k1-d8COt/view?usp=sharing
We need exact output when the code was run
First Letters
This Program name is First Letters. Write a Python program is First Letters, it has two test cases
The below link contains First Letters - question, explanation and test cases
https://drive.google.com/file/d/1cXmIW56uurB83V4FNRuNw9VhJ7RcYU9j/view?usp=sharing
We need exact output when the code was run
Compare Last Three Characters
This Program name is Compare Last Three Characters. Write a Python program Compare Last Three Characters, it has two test cases
The below link contains Compare Last Three Characters - question, explanation and test cases
https://drive.google.com/file/d/1_oj4CCIYU5X0VuwscEnUwUGfWxN53Psq/view?usp=sharing
We need exact output when the code was run