Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson16_3
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
ecdeb9ad
authored
Sep 01, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
05bebf3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
18 deletions
2.py
2.py
View file @
ecdeb9ad
score
=
int
(
input
(
"输入吧,骚年"
))
#导入模块
if
score
>
90
or
score
==
90
:
import
turtle
print
(
"妙啊"
)
elif
score
>
90
or
score
>=
80
:
print
(
"骚年,还可以"
)
else
:
print
(
"骚年,你好垃圾"
)
#创建画笔###
t
=
turtle
.
Pen
()
#开始写字
t
.
write
(
"hallo,文瀚森
\n
你是在周六的班级里吗?
\n
我会来找你的"
,
font
=
(
"Times"
,
20
,
"normal"
))
turtle
.
done
()
\ No newline at end of file
\ 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