Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson10-4
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
Commit
7c46faaf
authored
Jan 09, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
3435f58a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
00.py
00.py
0 → 100644
View file @
7c46faaf
import
turtle
pen
=
turtle
.
Pen
()
screen
=
turtle
.
Screen
()
size
=
screen
.
textinput
(
"提示"
,
'你'
)
len
=
int
(
size
)
pen
.
circle
(
len
)
pen
.
circle
(
len
,
360
,
3
)
pen
.
circle
(
len
,
60
)
pen
.
circle
(
len
,
360
,
3
)
turtle
.
done
()
'''help=input()
if help=="需要":
choice=int(input('1 存取款; 2 货币兑换; 3 查询'))
if choice==1:
print('请去')
elif choice==2:
print("金加隆")
money=int(input())
print("好,兑换+str(money)+'金加隆'")
print("那么,")
else:
print("请")
else:
print('好')'''
'''money=1200
if money<=500:
print("欢迎")
if money<=100:
print("恭喜")
else:
print("请")
elif 500<money<1000:
print("恭喜")
else:
print("经济")'''
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment