Advertisement
k1alo

Untitled

Nov 10th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. string = "лялялялялял"
  2. string.lower()
  3. string = string.replace("я", "*")
  4. print(string)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement