У вашего броузера проблема в совместимости с 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