Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_6
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
93a92da3
authored
Oct 07, 2020
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
92f67313
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
IU.py
diy2.py
jhfhfkddjhfhffj.py
kkskksksksksksk.py
IU.py
0 → 100644
View file @
93a92da3
kwer
=
input
(
"请输入姓名"
)
uhrhr
=
input
(
"请输入成绩"
)
print
(
kwer
+
"的总分是"
+
uhrhr
)
\ No newline at end of file
diy2.py
View file @
93a92da3
...
...
@@ -11,9 +11,11 @@ while True:
break
if
name
!=
username
:
print
(
"用户名不存在"
)
print
(
"用户名不存在,您还有"
+
str
(
i
)
+
"次机会"
)
continue
if
name
!=
userpassword
:
print
(
"密码错误"
)
print
(
"密码错误,您还有"
+
str
(
i
)
+
"次机会"
)
continue
else
:
print
(
"账号锁定"
)
...
...
jhfhfkddjhfhffj.py
0 → 100644
View file @
93a92da3
ker
=
input
(
"输入星期"
)
if
ker
==
"星期一"
:
print
(
"今天学钢琴"
)
elif
ker
==
"星期三"
:
print
(
"今天学编程"
)
elif
ker
==
"星期六"
:
print
(
"今天学英语"
)
else
:
print
(
"今天学国学"
)
\ No newline at end of file
kkskksksksksksk.py
0 → 100644
View file @
93a92da3
import
turtle
pen
=
turtle
.
Pen
()
pen
.
left
(
45
)
pen
.
forward
(
100
)
pen
.
left
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
left
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
left
(
90
)
pen
.
forward
(
100
)
pen
.
hideturtle
()
turtle
.
done
\ 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