>>> from stars1 import stars1 >>> stars1('Mary') 'Ma**ry' >>> stars1('Johan') '*Johan*' >>> stars1('butterfly') '*butterfly*' >>> stars1('strawberry') 'straw**berry' >>> stars1('Blood, sweat and tears') 'Blood, swea**t and tears'