Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson13-1
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
08b04ebc
authored
Oct 17, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
0957b032
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
54 additions
and
3 deletions
diy.py
hhh.py
jjur.py
lllllllll.py
lrf.py
print.py
task1.py
yyyyy,py
diy.py
View file @
08b04ebc
with
open
(
r'C:\Users\lenovo\Documents\lesson13-1\sales_list.txt'
,
'r'
,
encoding
=
'utf-8'
)
as
ttt
:
import
turtle
a
=
ttt
.
readlines
()
pen
=
turtle
.
Pen
()
print
(
a
)
pen
.
fillcolor
(
"red""black"
)
pen
.
begin_fill
()
for
i
in
range
(
3
):
pen
.
forward
(
200
)
pen
.
right
(
120
)
pen
.
end_fill
()
turtle
.
done
()
hhh.py
0 → 100644
View file @
08b04ebc
class
Hero
:
def_init_
(
self
):
self
.
level
=
1
self
.
hp
=
300
self
.
attack
=
20
yase1
=
Hero
()
yase2
=
Hero
()
yase
=
Hero
()
print
(
"yase的血量:"
,
yase1
.
hp
)
print
(
"yase2的攻击:"
,
yase2
.
attack
)
\ No newline at end of file
jjur.py
0 → 100644
View file @
08b04ebc
lllllllll.py
0 → 100644
View file @
08b04ebc
class
Hero
:
def_init_
(
self
,
name
,
hp
,
attack
)
self
.
level
=
1
self
.
hp
=
300
self
.
attack
=
20
yase1
=
Hero
()
yase2
=
Hero
()
yase
=
Hero
()
print
(
"yase的血量:"
,
yase1
.
hp
)
print
(
"yase2的攻击:"
,
yase2
.
attack
)
\ No newline at end of file
lrf.py
0 → 100644
View file @
08b04ebc
import
turtle
p
=
60
pen
=
turtle
.
Pen
()
for
i
in
range
(
99
):
t
=
p
+
1
pen
.
forward
(
100
)
pen
.
right
(
t
)
turtle
.
done
()
print.py
0 → 100644
View file @
08b04ebc
for
i
in
range
(
1
):
print
(
"大傻逼就是电脑!!!!!!!"
,
end
=
"
\t
"
)
\ No newline at end of file
task1.py
0 → 100644
View file @
08b04ebc
print
(
"名字:周明泽他爹"
)
print
(
"年龄:45"
)
print
(
"爱好:抽打周明泽!!!!!!!!!!!!!!!"
)
print
(
"特长:轻松拔掉周明泽的头疼哈哈哈哈哈哈哈哈嗝付军过扩付多军与军"
)
\ No newline at end of file
yyyyy,py
0 → 100644
View file @
08b04ebc
a=3
b=4
c=888888888888888
print(a+b+c)
\ 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