首页
编程
java
php
前端
首页
编程
java
php
前端
关于#python#的问题,请各位uu们解答!
with
open
(
'words.txt'
)
as
file
:
for
s
in
file
: print(s.
upper
(),
end
=
''
)
点击展开全文