EN VI

What is Error?

An 'error' is a deviation from accuracy or correctness. A 'mistake' is an error caused by a fault: the fault being misjudgment, carelessness, or forgetfulness. Now, say that I run a stop sign because I was in a hurry, and wasn't concentrating, and the police stop me, that is a mistake. If, however, I try to park in an area with conflicting signs, and I get a ticket because I was incorrect on my interpretation of what the signs meant, that would be an error. The first time it would be an error. The second time it would be a mistake since I should have known better.
Posts (0)
Questions (13)
2022-12-25 22:59:51
In your first approach, you are only executing regex.Match once, so you are always looking at the very same match until your code throws an Exception. Depending on whether your first match is at index...
Tags: error Solution c#
2022-12-25 23:03:12
class Iter: def each(self, data): yield from data if __name__ == "__main__": test = Iter() for i in test.each([1, 2, 3]): print(I) To implement the each method in python that is simil...
Tags: error
2022-12-25 23:05:02
When initializing the client object, you should pass the event loop to TelegramClient like:from telethon import TelegramClient loop = asyncio.new_event_loop() client = TelegramClient(..., loop=loo...
Tags: error

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login