Question: PYTHON What will be assigned to b in the following statements assuming the user inputs 20? a = int(input(Enter a number: ) b = a
PYTHON
What will be assigned to b in the following statements assuming the user inputs 20?
a = int(input(Enter a number: )
b = a // 8
3
2
2.5
2.25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
