👑️
f = open('Nestayko.txt', 'r', encoding='utf-8')
temp_str = ''
for i in f.readlines():
if i.startswith('code'):
temp_str += i.split('#')[0] + '\n'
print(temp_str)
Size: a a a
👑️
f = open('Nestayko.txt', 'r', encoding='utf-8')
temp_str = ''
for i in f.readlines():
if i.startswith('code'):
temp_str += i.split('#')[0] + '\n'
print(temp_str)
А
А
А
DD
DD
f = open('Nestayko.txt', 'r', encoding='utf-8')
temp_str = ''
for i in f.readlines():
if i.startswith('code'):
temp_str += i.split('#')[0] + '\n'
print(temp_str)
K
А
👑️
f = open('Nestayko.txt', 'r', encoding='utf-8')
temp_str = ''
for i in f.readlines():
if i.startswith('code'):
temp_str += i.split('#')[0] + '\n'
print(temp_str)
А
DD
А
👑️
А
А
А
👑️
А
А