I need help Note: It`s a python coding Implement the following: 1) Request an input text from the console. 2) Assign a variable to the filename greet.txt. 3) Use the above variables to write a message to the file greet.txt. 4) Print the message to the console. Input text and message can be any content.  Just make sure to precisely match the output format below. Write your code in the ANSWER area provided below (must include comments if using code is not covered in the course). Example Output ('Hi, ET502!' also has been written to the greet.txt) Enter a text: ET502 Hi, ET502!

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.1: I/o File Stream Objects And Functions
Problem 2E: (Practice) a. Write a set of two statements declaring the following objects as ifstream objects, and...
icon
Related questions
Question

I need help

Note: It`s a python coding

Implement the following:
1) Request an input text from the console.
2) Assign a variable to the filename greet.txt.
3) Use the above variables to write a message to the file greet.txt.
4) Print the message to the console.

Input text and message can be any content.  Just make sure to precisely match the output format below.
Write your code in the ANSWER area provided below (must include comments if using code is not covered in the course).


Example Output ('Hi, ET502!' also has been written to the greet.txt)
Enter a text: ET502
Hi, ET502!

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr