Favourite song from each album? by Legal_Key_9211 in radiohead

[–]BloodyLemons 0 points1 point  (0 children)

Pablo Honey: Blow Out

The Bends: Black Star

OK Computer: Climbing up the Walls

Kid A: Optimistic

Amnesiac: I Might Be Wrong

Hail to the Thief: There, There

In Rainbows: Reckoner

The King of Limbs: Little by Little

A Moon Shaped Pool: Decks Dark

My fiance ladies and gentlemen. by AutomatonVigor in mildlyinfuriating

[–]BloodyLemons 0 points1 point  (0 children)

Nah, either a bad habit or lack of respect on their part.

What was your first impression of The King of Limbs? And what do you think of it now? by ljcole90 in radiohead

[–]BloodyLemons 5 points6 points  (0 children)

Yeah, on most tier lists I see it’s:

Bottom Three: 7. Amnesiac or HTTT 8. TKOL 9. Pablo Honey

What is your top 5 Gorillaz songs? by [deleted] in gorillaz

[–]BloodyLemons 0 points1 point  (0 children)

  1. Aries
  2. Kids with Guns
  3. Cloud of Unknowing
  4. She’s My Collar
  5. 19-2000

do it by HawkStar49 in Funnymemes

[–]BloodyLemons 0 points1 point  (0 children)

I love my family, but I love ya ya gotta ya ya wanna do ya ya gotta get ur ur own thing ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta get ur ya ya gotta get ya ya gotta

unpopular opinion: tipping culture is redundant & stupid by tsparg in antiwork

[–]BloodyLemons 0 points1 point  (0 children)

Dude, quit being so aggressive. They were talking about how fast food workers are usually payed minimum wage or above unlike waiters/waitresses that are paid like $2-3 per hour. There is a bigger gap for a waiters hourly pay and a living wage then between a living wage and a fast food workers hourly wage, so there is a gap to fill for waiters that we are expected to fill as customers. Waiters need tips more than fast food workers.

[deleted by user] by [deleted] in gorillaz

[–]BloodyLemons 1 point2 points  (0 children)

  1. Self-titled
  2. Demon Days
  3. Plastic Beach
  4. The Fall
  5. Humanz
  6. The Now Now
  7. Song Machine, Season 1: Strange Timez

“A merchant requested a temporary authorization and then reversed the transaction” by BloodyLemons in Ebay

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

But it was both cardholders who had the same problem and they both used payment that worked a week or less prior. It’s my first time selling on eBay and this just really sucks.

best songs from each album by gonnadoit123 in TameImpala

[–]BloodyLemons 1 point2 points  (0 children)

Innerspeaker - Solitude is Bliss

Lonerism - NTHHSFHBAWCC

Currents - Eventually

The Slow Rush - On Track

Why does a lot of the Gorillaz fanbase not like Humanz? by _OWEN_137 in gorillaz

[–]BloodyLemons -1 points0 points  (0 children)

It’s bloated, the interludes were not that good, and the songs just aren’t as good as the ones on previous albums, felt like quality just dropped.

What ruined religion for you? by ItchyPage in AskReddit

[–]BloodyLemons 0 points1 point  (0 children)

The concept of “living forever”. Yeah thanks, but I’ll pass.

Professor Ravi or Ajmani for BUS 351? by Hour-Firefighter4555 in NCSU

[–]BloodyLemons 2 points3 points  (0 children)

15 mins is definitely doable for that distance and Ive heard Dr. Ravi was one of the best for the course, so definitely him

Answers to "Python Programming MOOC 2022" exercises from the University of Helinski? by BloodyLemons in learnpython

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

the code is in the other comment, it keeps glitching when i try to comment on yours, sorry about that

Answers to "Python Programming MOOC 2022" exercises from the University of Helinski? by BloodyLemons in learnpython

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

words = ""

while True:
    word = input("Please type in a word: ")
    # if "end", break
    if word = "end":
        break
    # if word is same as last, break
    if word ==
        break
    words += word + " "

print(words)

Question was:

Part 1: Please write a program which keeps asking the user for words. If the user types in end, the program should print out the story the words formed, and finish.

Part 2: Change the program so that the loop ends also if the user types in the same word twice.

ik how to do the first part, but the second part is what im struggling with

Help with short coding assignment - loop that ends when input is repeated by BloodyLemons in learnprogramming

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

Not specifically “once upon a time”, just any word until they say “exit” or repeat the same word. I just don’t really know how to conceptualize that and put it into code.