Answer the question
In order to leave comments, you need to log in
Pycharm error when using requests library?
Hello, please help with the telegram bot, when compiling this code, it gives a lot of errors, and it's not clear what to do about it, maybe someone faced a similar problem when creating a bot?
Python itself works, there is a requests library.
Answer the question
In order to leave comments, you need to log in
Wrapping in a function allows you to escape the context to separate internal variables from external ones.
For example:
var a = 3;
(function(a) {
console.log(++a); // выведет 4
} (a));
console.log(a); // выведет 3
Self-calling function with "i" argument passed, executed immediately after startup
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question