diff --git a/hhh.py b/hhh.py new file mode 100644 index 0000000..de89317 --- /dev/null +++ b/hhh.py @@ -0,0 +1,4 @@ +import turtle +screen=turtle.Screen() +screen.textinput("你好","周乐欣") +turtle.done() \ No newline at end of file