Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用turtle.write 向用户提问并获得输入。那可能吗?
根据文档,您无法获得输入turtle.write
turtle.write
你可以使用turtle.textinput,例如:
turtle.textinput('My app', 'What is your name?')