1 | f = open("out.txt", "a") |
- open file get a file variable
- write data from range of int
- after written close file
string -> char bunch slice methodtarget = src[0:len(src)-5]
1 | f = open("out.txt", "a") |
string -> char bunch slice methodtarget = src[0:len(src)-5]