EXERCISES
A. Tick () the correct answers.
1. / (division) is same as // (floor division).
False
b. True
a.
C. In some cases True
C. Numbers
2. These are the values on which the operators work:
a Operands
b. Variables
3. Which of the following is correct to take input of age from user in integer form?
a. age=input("Enter your age")
b. age=int(input("Enter your age"))
C. age=input(int("Enter your age"))
4. What will be the output of the expression: x>=y and x==y, if x=10, y=10?
True
b. False
C. Error
a.
5. What will be the output of the expression: print("50"+ "70")?
a. 50 70
b. 5070
C. 120
Answers
Answered by
1
Answer:
I don't know because it is in my further classes
Similar questions