Menu Close

Tag: python code

Relational operator Question

Chef has started programming. He is reading about relational operators. Relational operators are operators which check relationship between two values. Given two numerical values A…

Find the Perfect Number

In number theory, a perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself. For…

Greatest of three numbers

Input: Get three integers of positive as well as negative.Output: Prints the greatest integer.This program can also be used for N number of inputs Input: …