Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Как удалить такой файл?
Google AdMob, не отображается баланс?
В чем ошибка цикла?
import telebot from telebot import types bot = telebot.TeleBot('-') @bot.message_handler(commands=['start']) def first(message): with open('pon.jpg' , 'rb') as file: bot.send_photo(message.chat.id , file) bot.polling()
c.close()
Почему не выполняется except ValueError:
x
x = 1 print(x) if x == True: print(x) elif x == False: print("False")
import requests test_data = {"key1": "val1", "key2": "val2", "key3": "val3", "key4": "val4"} for item in test_data.values(): requests.get(f"https://test.requests.su/id-number?symbol={item}")