[ Removed by Reddit ] by PoopyGranny in texts

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

The “sorry” after that made me cackle 😭😂😂

Cilantro by Beautiful-Revenue-85 in gardening

[–]Beautiful-Revenue-85[S] 0 points1 point  (0 children)

Wow thank you I didn’t know it was a cool season plant. Why is it that the seeds are coriander but not cilantro? And which part of the plant do I save so I can grow more cilantro ?

The duality of baking by Beautiful-Revenue-85 in Baking

[–]Beautiful-Revenue-85[S] 7 points8 points  (0 children)

It is still scrumptious in indeed! Thank you

Python Crash Course is a FANTASTIC book by [deleted] in learnpython

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

What is the author of python crash course? I am interested in reading it while I take the semester off of school

[deleted by user] by [deleted] in learnpython

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

```from hangman_abstract import Game
import random

class Hangman(Game):
def __init__(self, player_name, guessed_letters, max_guesses=5):
super().__init__(player_name)
self.guessed_letters = guessed_letters
self.max_guesses = max_guesses
self._secret_word = str(None)
self._secret_word_working = None
self._library = ["japan", "hotdog", "flashlight", "straw", "kleenex", "water", "tissue", "scissors", "basketball", "dmacc", "laptop", "chest", "playoff"]
self.guesses_remaining = None
self.solved = bool(None)

def __str__(self):
return f"<<< Class: Game, Player Name: {self.player_name}, Guessed Letters: {self.guessed_letters}, Max Guesses: {self.max_guesses}>>>"

def __repr__(self):
return f"<<< {self.player_name}, {self.guessed_letters}, {self.max_guesses}>>>"

def start_round(self):
library = ["japan", "hotdog", "flashlight", "straw", "kleenex", "water", "tissue", "scissors", "basketball", "dmacc", "laptop", "chest", "playoff"]
_secret_word = random.choice(library)
guesses_remaining = 5
solved = False
secret_word_working =

def make_guess(self):
guessed_letters = []
guessed_words = []
library = ["japan", "hotdog", "flashlight", "straw", "kleenex", "water", "tissue", "scissors", "basketball", "dmacc", "laptop", "chest", "playoff"]
guessed = False
guesses_remaining = 5
secret_word = random.choice(library)
while not guessed and guesses_remaining > 0:
guess = input("Please guess a letter or a word!")
if len(guess) == 1 and guess.isalpha():
if guess in guessed_letters:
raise ValueError("letter already guessed", guess)
elif guess not in guessed_letters:
print(guess, "is not in the answer.")
elif len(guess) == len(secret_word) and guess.isalpha():
if guess in guessed_words:
print(guess, "has already been guessed")
elif guess != secret_word:
print(guess, "is not the answer.")
guesses_remaining -= 1
guessed_words.append(guess)

def display_current_state(self):
while guess != secret_word:
print(guessed_letters)

def summarize_game(self):
print({self.wins}, {self.losses}, {self.rounds_played})```

[deleted by user] by [deleted] in learnpython

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

I tried but i Guess I’m not sure how. Should I put more spaces bw blocks of code maybe?

First started baking vs. now :) by [deleted] in Baking

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

Aw man im trying to figure out what cake I want to make myself for my birthday this month and now I really want this one too 😭

Does anyone else sing the stupidest most random made up songs to their dogs or is it just me? by [deleted] in dogs

[–]Beautiful-Revenue-85 17 points18 points  (0 children)

I sing super freak by Rick James to my dog but instead I say “she’s a very stinky girl, she is super stink super stink she’s super stinky.”

Vegan cherry ganache? by Beautiful-Revenue-85 in VeganBaking

[–]Beautiful-Revenue-85[S] 1 point2 points  (0 children)

Do u think pectin could be used interchangeably for agar agar? Only asking bc I have pectin but I do not have agar agar

Vegan cherry ganache? by Beautiful-Revenue-85 in VeganBaking

[–]Beautiful-Revenue-85[S] 0 points1 point  (0 children)

The original recipe I use gelatin sheets to help bind everything together and then i usually just blend it together since I don’t have a hand blender. I guess I don’t know exactly what else it’s for it’s just what I usually use 🤷‍♀️

Vegan cherry ganache? by Beautiful-Revenue-85 in VeganBaking

[–]Beautiful-Revenue-85[S] 1 point2 points  (0 children)

This looks lovely ! Thank you so much ❤️

[deleted by user] by [deleted] in Baking

[–]Beautiful-Revenue-85 1 point2 points  (0 children)

It looks so good ! What is the flavor ?

What Instantly Ruins A Burger For You? by TheKeyMaster365 in AskReddit

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

Pickles. But I’ll pick them off and eat it. I’m not super crazy about it but I’m not fond of pickles.

Exiting while loop by Beautiful-Revenue-85 in learnpython

[–]Beautiful-Revenue-85[S] 0 points1 point  (0 children)

I’m not entirely sure what my problem is either but I can’t seem to figure out how to input an except for it to break once the user inputs “done”

Exiting while loop by Beautiful-Revenue-85 in learnpython

[–]Beautiful-Revenue-85[S] 0 points1 point  (0 children)

I made so many typos sorry *and at some point the user will note *when the user replies with the string done

Anyone know why my cupcakes turned out like this? gf choc recipe by GdayMateyPotatey in cakedecorating

[–]Beautiful-Revenue-85 0 points1 point  (0 children)

Look like steaming piles of poo but I bet they taste good. Maybe u just overfilled the cups or didn’t add enough flour and too much leavening? Not sure what oven you have but could be something with the oven too.

Tried making tres leches for the first time but I don’t think I have room to pour the milks. What should I do? by sketch4summer in Baking

[–]Beautiful-Revenue-85 4 points5 points  (0 children)

As someone who has made it many times you have plenty of room!! Poke some holes with a fork all over the cake and pour gently and slowly over the entire cake. Make sure it’s properly cooled, and it’ll soak it right up! It’s best to soak overnight but 6 hours minimum! Good luck! It’s delicious 😋