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
66ffe8b9
authored
Jun 30, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
dc191440
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
d.py
t.py
d.py
View file @
66ffe8b9
"C:
\
Users
\
Administrator
\
Desktop
\
新建文件夹"
ayya
=
open
(
r'C:\Users\Administrator\Desktop\test.txt'
,
'w'
,
encoding
=
'utf-8'
)
\ No newline at end of file
ayya
.
write
(
'各人的IQ'
)
ayya
.
write
(
'银禹博:1999999999'
)
ayya
.
write
(
'乔龙生:1209'
)
ayya
.
write
(
'薛子怡:13099'
)
ayya
.
write
(
'何明飞:1009999999999'
)
ayya
.
write
(
'文佳欣:1009'
)
ayya
.
close
()
t.py
View file @
66ffe8b9
ayya
=
open
(
r'C:\Users\Administrator\Desktop\book.txt'
,
'w'
,
encoding
=
'utf-8'
)
ayya
=
open
(
r'C:\Users\Administrator\Desktop\book.txt'
,
'w'
,
encoding
=
'utf-8'
)
ayya
.
write
(
'小兰:12本,
ayya
.
write
(
'小兰:12本,小丽:11本,李文:9本, 张伟:16本'
)
小丽:11本,
李文:9本,
张伟:16本'
)
ayya
.
close
()
ayya
.
close
()
\ 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