Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson12-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
0134ce44
authored
Nov 20, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
f019f42b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
6 deletions
diy copy.py
diy.py
fg.py
iu.py
diy copy.py
0 → 100644
View file @
0134ce44
file
=
open
(
r'C:\Users\Thinkbook\Desktop\book.txt'
,
'a'
,
encoding
=
'utf-8'
)
file
.
write
(
'考虑到符合独立军训刘瑞华可容纳·然后付费也觉得封测感染几率大房间件让不让进:68765165468本
\n
'
)
file
.
write
(
'立方测量若拖军或女所错了·扩军不过寻二不通过拖木错错错所军呢如提多次好老地方呢:4588526958本
\n
'
)
file
.
write
(
'负反馈侧过户的风格还·是得非结构化丝豆腐广化寺偶尔个乳房马克华菲电梯恢投入:656265985本
\n
'
)
file
.
write
(
' 客人将改名为此无故人我人民合·同我为己任替我人提级管控恶魔人我能够根据计划烦得很从:995584425本
\n
'
)
file
.
close
()
\ No newline at end of file
diy.py
View file @
0134ce44
file
=
open
(
r'C:\Users\Thinkbook\Desktop\book.txt'
,
'a'
,
encoding
=
'utf-8'
)
file
.
write
(
'考虑到符合独立军训刘瑞华可容纳然后付费也·觉得开发那次偶尔与顾客什么策划牛米件让进:68765165468本
\n
'
)
file
.
write
(
'立方俄国际马拉松飞机回消费比你好过分黄焖鸡块归测试软件名·称还能干嘛节目覆盖路东方方呢:4588526958本
\n
'
)
file
.
write
(
'负反方女一节课了一年如果李斯欧拉女将军哭一边馈·马软件园库里和哪个法院可以可以很快华菲投入:656265985本
\n
'
)
file
.
write
(
'我能够哦乳来得及考虑内存卡我客户·型流程单纯房盈没和,卖家后台晖二村推到利模式是否从:995584425本
\n
'
)
file
.
close
(
)
with
open
(
r'C:\Users\Thinkbook\Desktop\book.txt'
,
'a'
,
encoding
=
'utf-8'
)
as
filel
:
for
data
in
data
:
if
'小强:10本'
in
data
:
print
(
'小强数据在文件中
'
)
if
'小兰:12本'
in
data
:
print
(
'小兰数据在文件中'
)
\ No newline at end of file
fg.py
0 → 100644
View file @
0134ce44
<
!
doctype
html
>
<
html
dir
=
"ltr"
lang
=
"zh"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
新标签页
</
title
>
<
style
>
html
{
--
ntp
-
focus
-
shadow
-
color
:
rgba
(
var
(
--
google
-
blue
-
600
-
rgb
),
.
4
);
--
ntp
-
theme
-
text
-
color
:
var
(
--
google
-
grey
-
800
);
background
-
attachment
:
fixed
;
background
-
color
:
rgba
(
255
,
255
,
255
,
1
);
background
-
position
:
-
64
px
;
background
-
repeat
:
no
-
repeat
;
height
:
100
%
;
overflow
:
auto
;
}
@media
(
prefers
-
color
-
scheme
:
dark
)
{
html
{
--
ntp
-
focus
-
shadow
-
color
:
rgba
(
var
(
--
google
-
blue
-
300
-
rgb
),
.
5
);
--
ntp
-
theme
-
text
-
color
:
white
;
}
}
html
[
has
-
custom
-
background
]
{
background
-
image
:
-
webkit
-
image
-
set
(
url
(
chrome
:
//
theme
/
IDR_THEME_NTP_BACKGROUND
?
)
1
x
,
url
(
chrome
:
//
theme
/
IDR_THEME_NTP_BACKGROUND
@
2
x
?
)
2
x
);
}
body
{
align
-
items
:
center
;
display
:
flex
;
height
:
100
vh
;
justify
-
content
:
center
;
margin
:
0
;
}
cr
-
most
-
visited
{
--
most
-
visited
-
focus
-
shadow
:
0
0
0
2
px
var
(
--
ntp
-
focus
-
shadow
-
color
);
--
most
-
visited
-
text
-
color
:
var
(
--
ntp
-
theme
-
text
-
color
);
--
most
-
visited
-
text
-
shadow
:
none
;
}
html
[
has
-
custom
-
background
]
cr
-
most
-
visited
{
--
most
-
visited
-
text
-
shadow
:
0
0
16
px
rgba
(
0
,
0
,
0
,
.
3
);
}
</
style
>
</
head
>
<
body
>
<
script
type
=
"module"
src
=
"strings.m.js"
></
script
>
<
cr
-
most
-
visited
></
cr
-
most
-
visited
>
<
script
type
=
"module"
src
=
"new_tab_page_third_party.js"
></
script
>
<
link
rel
=
"stylesheet"
href
=
"chrome://resources/css/text_defaults_md.css"
>
</
body
>
</
html
>
iu.py
0 → 100644
View file @
0134ce44
This diff is collapsed.
Click to expand it.
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