python 用户交互输入input的4种用法详解 用户输入1、使用input来等待用户输入。如username=input('username:')password=input('password:')print(userna 用户交互