Writing to the Console and A File

Опубликовано: 04 Октябрь 2024
на канале: Access 2 Learn
147
5

https://access2learn.com/
This came from a question a few days ago - can you write to the console and a file at the same time? Well the answer is, no. but yes.
Meaning, no I don't know of command to allow that, however, with just a little bit of coding, we can do it. Here I walk you through the steps that will allow you to build this functionality into a program.
I'm using Python here, since the question was asked in one of my Python videos, but the basic logic should work for almost any given language.