@@ -1,3 +1,3 @@
a=['apple','banana','cherry']
a='Привет, Константин'
for index,value in enumerate(a):
index=a.find(' ')
print(f'{index}: {value}')
print(a[index+1:])
The note is not visible to the blocked user.