Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 6 fill in the blank complete the code to create a new file. …

Question

question # 6
fill in the blank
complete the code to create a new file.
afile = open(\stuff.txt\, \\)

Explanation:

Brief Explanations

In Python, to create a new file in write - mode, the 'w' mode is used with the open() function.

Answer:

w