45/50 🔄 File Input Using 'input()' Function 🔄
Accept user input from the console and write it to a file.
Use the 'input()' function and file operations. 📥📄 #PythonFileHandling#FileInput
ARGH. What the fuck?? Library #FileInput is worst experience with #Python!!! It captures stdout, print uses this, so if doing inplace modifies the file you're writing to even when you're trying to print to the console. Why would you do that?? That's a terrible design!