s = "Здрасте" s = "Лайков\t3" print(s) s = "Ласек\t3" print(s) s = "Стадник\t3" print(s) """ for i in s: print(f"{i}") """