Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson12-2
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
c060dcbadd551865c16fdbeafc49e3db13d075d5
Switch branch/tag
lesson12-2
123.py
Find file
Normal view
History
Permalink
123.py
113 Bytes
Edit
Newer
Older
save project
c060dcba
BellCodeEditor
committed
3 years ago
1
2
3
4
with
open
(
r'C:\Users\ACER\Desktop\test.txt'
,
'a'
,
encoding
=
'utf-8'
)
as
file1
:
file1
.
write
(
'小兰,12本n'
)