Python input () Function · Example. Ask for the user's name and print it: print('Enter your name:') x = input() print('Hello, ' + x) · Example. Use the prompt ...
確定! 回上一頁