Forezz

ДЗ 2 Н 3 б

Jul 4th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. # _*_ coding: utf-8 _*_
  2. x = "муха"
  3. x = x.replace("м", "с").replace("у", "л").replace("х", "о").replace("а", "н")
  4. print (x)
Advertisement
Add Comment
Please, Sign In to add comment