Q:- What is Operator ?
Operators are symbol or special characters that perform specific
operations on one or more operands (Values or Variables).
Assignment Question
1. Write a program that prompts the user to enter their name, age, and
favorite number. Calculate and print the product of their age and
favorite number.
2. Write a program that prompts the user for enter a sentence and then
check the length of the sentence and prints the sentence also.
3. Write a program that takes two sentences from user and then checks for
the length of both sentences using “Identity Operators”.
4. Write a program that takes a integer value from the user and checks that
the number is between 10 and 20 then it will print true or else false , use
Logical and & or operator both for checking the result.
5. Write the uses of all the operators which comes inside these operators
use comments in python for writing the uses :-
Arithmetic operators
Assignment operators
Comparison operators
Logical operators
Identity operators
0 Comments:
Post a Comment