アットウィキロゴ

ぎlrfrg

strx="猫犬"
f = open('ren.txt', 'w') 
st1=strx+'\n'
f.writelines(st1)
 
f.writelines(strx)
f.close() 
最終更新:2017年12月26日 17:26