79 search resultsShowing 1~20 results

Stocked
shinmack14

@shinmack14

tempfile

1 import tempfile with tempfile.TemporaryFile(mode='w+') as t: t.write('Hello') t.seek(0) print(t...

0
1
Comment0
shinmack14

@shinmack14

seek

s = """\ AAA BBB CCC DDD """ with open('test.txt', 'w') as f: f.write(s) with open ('test.txt', '...

0
2
Comment0

79 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in