Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_5
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
2f92bdc4
authored
Jul 28, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
979aaf58
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
0 deletions
666.py
ASD.py
SDA.py
__pycache__/func.cpython-37.pyc
__pycache__/zack
666.py
0 → 100644
View file @
2f92bdc4
import
func
data
=
func
.
new_input
()
score
=
func
.
sum
(
data
)
print
(
score
)
\ No newline at end of file
ASD.py
View file @
2f92bdc4
import
func
data
=
func
.
new_input
()
score
=
func
.
sum
(
data
)
print
(
score
)
\ No newline at end of file
SDA.py
0 → 100644
View file @
2f92bdc4
# print(Helle,World)
# print(4+5)
# print(""+"谢谢你")
import
turtle
pen
=
turtle
.
Pen
()
pen
.
speed
(
100
)
pen
.
fillcolor
(
"red"
)
pen
.
begin_fill
()
pen
.
shape
(
"turtle"
)
for
i
in
range
(
5
):
pen
.
forward
(
200
)
pen
.
left
(
144
)
pen
.
end_fill
()
turtle
.
done
()
\ No newline at end of file
__pycache__/func.cpython-37.pyc
View file @
2f92bdc4
No preview for this file type
__pycache__/zack
0 → 100644
View file @
2f92bdc4
name=input("我一岁了,啊吧啊吧啊吧")
print(name"+,"祝你哭了)
\ 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