C-17-Q022mediumsingle_mcq
In the textbook even/odd program, the input is converted using:
In the textbook even/odd program, the input is converted using:
- a
float(input(...)) - b
int(input(...)) - c
str(input(...)) - d
bool(input(...))
In the textbook even/odd program, the input is converted using:
float(input(...))int(input(...))str(input(...))bool(input(...))