Thursday, 11 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

How to find an item in a list in Python

How to find an item in a list in PythonУ вашего броузера проблема в совместимости с HTML5
In this short tutorial, you will learn how to find an item in a list in Python, and why you might want to use a different data structure like a dictionary. Want to learn more? See our courses at https://goo.gl/gFUYXz. Read the documentation for lists here: https://docs.python.org/3/library/stdtypes.html#list Code from video: ***************** company = ['julia', 'erick', 'dillon'] 'julia' in company company.index('dillon') Connect with us! ***************** https://twitter.com/enthought https://www.facebook.com/Enthought/ https://www.linkedin.com/company/enthought
Мой аккаунт