Write a Python program that asks user for name of the file and text that file should contain. Create a text file with given name and fill it with text that entered by user. Input:
Enter a file name: sample Enter a text of the file: This file was created at informatics lesson by using Python programming language.