According to my trusty Python Pocket Reference, it's the input() function: input([Prompt]). Where [ Prompt ] is the string you would want to prompt the user ...
確定! 回上一頁