First Negative Number
Given N inputs, write a program to print the first negative number.
Armstrong numbers between two intervals
Write a program to print all the Armstrong numbers in the given range A to B(including A and B). An N-digit number is an Armstrong number if the number equals the sum of the Nth power of its digits.
W pattern with *
Write a program to print W pattern of N lines using an asterisk(*) character as shown below.
Note: There is a space after each asterisk * character.
Digit 9
You are given N as input. Write a program to print the pattern of 2*N - 1 rows using an asterisk(*) as shown below.
Note: There is a space after each asterisk * character.
Shaded Diamond
Given an integer value N as input, write a program to print a shaded diamond of 2*N -1 rows using an asterisk(*) character as shown below.
Note: There is a space after each asterisk (*) character.
Hollow Rectangle - 2
Write a program to print a rectangle pattern of M rows and N columns using the characters as shown below.
Half Pyramid - 4
Given an integer N as a starting number and K as input, write a program to print a number pyramid of K rows as shown below.
Replacing Characters of Sentence
You are given a string s,write a program to replace each letter of the string with the next letter that comes in the English Alphabet.
Replacing Characters of Sentence
You are given a string S,write a program to replace each letter of the string with the next letter that comes in the English Alphabet.
https://www.assignmentexpert.com/homework-answers/programming-and-computer-science/python/question-175894
Even though i wrote this correctly but i am not able to get propwr output