[issue42303] I found a bug while checking string with find()

2020-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: str.find() does not work like you think. Please read the documentation. In your case you likely need to use the "in" operator. -- nosy: +serhiy.storchaka resolution: wont fix -> not a bug stage: -> resolved status: open -> closed

[issue42303] I found a bug while checking string with find()

2020-11-09 Thread DongwonTTuna
DongwonTTuna added the comment: That was a mistake. upload another picture file. -- resolution: -> wont fix Added file: https://bugs.python.org/file49586/스크린샷 2020-11-10 16.14.28.png ___ Python tracker

[issue42303] I found a bug while checking string with find()

2020-11-09 Thread DongwonTTuna
New submission from DongwonTTuna : USED THE PYTHON-BINANCE MODULE FOR THIS from binance.client import Client from binance.exceptions import * client = Client(api_key='Your_Public_Apikey', api_secret='Your_Secret_Apikey') def