2 lines
44 B
Python
2 lines
44 B
Python
print('Homer'.lower().find('home'.lower()))
|
print('Homer'.lower().find('home'.lower()))
|