s = "Hello lolo lo!"
lst = s.replace('!', '').split()
print(lst)
i = int(0)
for el in lst:
if lst[i] == 'lo': lst[i] = 'лол'
i+=1
print(lst)
New-NetIPAddress –IPAddress 192.168.1.20 –PrefixLength 24 –InterfaceAlias “Ethernet0” –SkipAsSource $True