Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-5-2
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
0fe3e6796f035f8dd7567b61a0f071500e64b8ab
Switch branch/tag
lesson6-5-2
a.py
Find file
Blame
History
Permalink
save project
· e7566df5
BellCodeEditor
committed
2 years ago
e7566df5
a.py
80 Bytes
Edit
1
2
3
import
turtle
turtle
.
textinput
(
"姓名框"
,
"你的名字是:"
)
turtle
.
done
()