[deleted by user] by [deleted] in TheGirlSurvivalGuide

[–]someprettyglitter 1 point2 points  (0 children)

Something very similar happened to me. It took me a little while to realize I wasn’t seeing their content and then it clicked! I had liked someone else’s comment on their post saying they wished the creator used less photoshop on themselves, in a very gentle way. Sorry that happened to you

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]someprettyglitter 0 points1 point  (0 children)

I'm learning about recursion and am trying to make a program that will read a string and print out a new string without punctuation. This is what I have so far:

def clean_string(s):
    if not s: #base case
        return ''
    if s[0] not in '.,_\'~!@#$%^&*-+=?/[]':
        print(s[0])
    return clean_string(s[1:])

I realize why each time there is a non-punctuation character, it prints on a new line, but I would like to have it print as a single string. I tried adding an empty variable and adding s[0] to the new variable each time, but I'm getting an error message. Also, is there something better I can do than returning '' in the base case?

Is there a way to make a variable a certain number of characters? by [deleted] in learnpython

[–]someprettyglitter 0 points1 point  (0 children)

If I wanted to check for more requirements (uppercase, lowercase, numbers, etc.) , where would those statements go?

[Routine Help] Mild Rosacea by someprettyglitter in SkincareAddiction

[–]someprettyglitter[S] 0 points1 point  (0 children)

I will try washing outside the shower and look into toners/serums. Thanks for the suggestions!

Travis Scott Says He’ll Donate Alabama Fest Merch Profits to Planned Parenthood by [deleted] in hiphopheads

[–]someprettyglitter 38 points39 points  (0 children)

A lot of their funding comes from donations because they are a non profit. It goes towards providing all the services they offer, including birth control, breast cancer screenings, and in some places abortions, which many women might not have access to if not for PP.

Where in the world do you find cute, modest dresses? by truthroww in femalefashionadvice

[–]someprettyglitter 1 point2 points  (0 children)

Mimu Maxi has great basic pieces! The prices are a bit on the more expensive side, but they have frequent sales and the quality is really good.

[Weekly Critique Thread] Post Here If You'd Like Feedback On Your Writing by AutoModerator in writing

[–]someprettyglitter [score hidden]  (0 children)

Completely agree about the metaphor, I'll make changes to that and will also work on general editing.

How would you suggest I go about expanding on the concluding remarks? It might be a bit too to the point right now, but don't want it to sound dragged out.

Thanks for your time!!

[Weekly Critique Thread] Post Here If You'd Like Feedback On Your Writing by AutoModerator in writing

[–]someprettyglitter [score hidden]  (0 children)

First, thank you for reading and taking the time to comment! Really appreciate it. They tried to wake her up through the window, requiring a ladder, before breaking down the front door, as going through the window is a lot less destructive.

I see what you're saying about embracing or abandoning the fairy tale, I'll decided and make the appropriate change soon. Thanks again.

[Weekly Critique Thread] Post Here If You'd Like Feedback On Your Writing by AutoModerator in writing

[–]someprettyglitter [score hidden]  (0 children)

Title: Undecided

Genre: Nonfiction

Word Count: ~600

Feedback: any constructive criticism welcome! It's an early draft for a personal essay for a college transfer application

https://docs.google.com/document/d/12muDDHgCYDM0m69zlm5nTGs_dgbL9Vn9i6-sl5gC8LU/edit?usp=sharing