Answers for "How to search where a character is in an array in python"

0

How to search where a character is in an array in python

x = ['p','y','t','h','o','n']
Output = x.index('o')
Posted by: Guest on March-15-2021

Code answers related to "How to search where a character is in an array in python"

Python Answers by Framework

Browse Popular Code Answers by Language