Home
last modified time | relevance | path

Searched refs:textinput (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/library/
Dturtle.rst225 | :func:`textinput`
1877 .. function:: textinput(title, prompt)
1887 >>> screen.textinput("NIM", "Name of first player:")
2508 - Two input methods has been added :meth:`Screen.textinput` and
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1061 :func:`turtle.textinput` and :func:`turtle.numinput` create now a transient
/third_party/python/Lib/
Dturtle.py814 def textinput(self, title, prompt): member in TurtleScreenBase