C-16-Q083mediumsingle_mcq
To prompt the user with a specific message inside the input call, we write:
To prompt the user with a specific message inside the input call, we write:
- a
inputfollowed by the message on the next line - bthe message inside
input()within quotation marks - cthe message in
print()only - dthe message after
=