Missing

Report a typo

Below you can see a code snippet for working with a file. However, a crucial line of code is missing. Add the missing line to the code.

Write a program in Python 3
file = open('test_file.txt', 'w')
file.write('This line will be in the file!')
___

Create a free account to access the full topic