• 13-06-2022, 23:09:47
    #1
    merhaba,

    print(result)

    burda bana bi rakam regeri veriyor

    bunu buraya

    test = telegram_bot_sendtext("Testing Telegram bot")

    ne şekilde yazsam sorgulama sonucunu mesaj atar acaba yardımcı olmanı mümkünmü

    bu şekil çalıştırınca Testing Telegram bot diye mesaj geliyo
  • 13-06-2022, 23:14:18
    #2
    Python Coder
    str(result)
  • 13-06-2022, 23:25:03
    #3
    test = telegram_bot_sendtext(str(result))