M
M
maxshkiv2018-10-11 20:46:16
PyCharm
maxshkiv, 2018-10-11 20:46:16

Pycharm error when using requests library?

Hello, please help with the telegram bot, when compiling this code, it gives a lot of errors, and 5bbf8bf6edeed620734372.pngit'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

3 answer(s)
M
maxshkiv, 2018-10-11
@maxshkiv

Rest, hard workers, my ISP is just blocking telegrams

T
Timur Shemsedinov, 2015-07-09
@SuperDoker

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

V
Vlad Timofeev, 2015-07-09
@PyTiMa

Self-calling function with "i" argument passed, executed immediately after startup

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question