C-16-Q096mediumsingle_mcq
In the same programme the call int(input('...')) is used so that:
In the same programme the call int(input('...')) is used so that:
- athe input is stored as a string
- bthe input is converted from string to integer
- cthe input becomes a float
- dthe input is hidden from the user