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
=
ব্যাখ্যা
A prompt message is supplied as a string argument inside the parentheses of input(), enclosed in quotation marks. This text is shown to the user before they type their response.