C-17-Q095mediumsingle_mcq
To take the word as input, the function used is:
To take the word as input, the function used is:
- a
int(input(...)) - b
input(...) - c
float(input(...)) - d
read(...)
To take the word as input, the function used is:
int(input(...))input(...)float(input(...))read(...)