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