C-17-Q076mediumsingle_mcq
The data type expected for num1, num2, num3 (matching the textbook code) is:
The data type expected for num1, num2, num3 (matching the textbook code) is:
- a
str - b
int - c
float - d
bool
ব্যাখ্যা
The textbook code reads the three values as integers using int(), so num1, num2, and num3 are of type int. This matches the comparison of whole-number inputs.