Music Banter

Music Banter (https://www.musicbanter.com/)
-   The Lounge (https://www.musicbanter.com/lounge/)
-   -   The Spam Thread: Channel Your Need to Spam Here Only (https://www.musicbanter.com/lounge/41331-spam-thread-channel-your-need-spam-here-only.html)

Frownland 02-08-2018 03:08 PM

Wording.

Mindy 02-08-2018 03:12 PM

Quote:

import random
songs = ['song1','song2',
'song3','song4',
'song5','song6',
'song7','song8',
'song9','song10']
guess = ''
while guess not in (int(1), int(2)):
print('Guess the coin toss! Enter heads with 1 or tails with 2:')
guess = int(input())
toss = random.randint(0, 1)
if toss == guess:
print('You got it')
else:
print ('Nope! Guess again!')
guess = int(input())
if toss == guess:
print ('You got it')
else:
print('Nope. You are really bad at this game.')
while guess != toss:
print('lets try this again')
guess = int(input())
toss = random.randint(0, 1)
if toss == guess:
print('You got it,finally')
else:
guess = int(input())
toss = random.randint(0, 1)
if toss == random.randint(0, 1):
print(random.choice(songs))
print('Awesome fam, What is your name?')
myName = input()
print('Hello ' + myName + ',It is nice to meet you.')
print('What is the biggest project you created in python so far?')
biggestProject = input()
print('So,' + biggestProject + ' where you built some 3d blocks.')
starting to talk to myself in python :/ i miss :basketbal

Cuthbert 02-08-2018 03:14 PM

Quote:

Originally Posted by Frownland (Post 1925190)
Wording.

I'm gonna have some grilled cheese sandwiches too.

haha look at the bants

Mondo Bungle 02-08-2018 03:18 PM

should the next q'uq'umatz album be instrumental or nah

Ol’ Qwerty Bastard 02-08-2018 04:04 PM

a capella

Mondo Bungle 02-08-2018 04:05 PM

it's gonna be instrumental

Ol’ Qwerty Bastard 02-08-2018 04:06 PM

Quote:

Originally Posted by Ol’ Qwerty Bastard (Post 1925234)
a capella

.

Mondo Bungle 02-08-2018 04:18 PM

https://ququmatz.bandcamp.com/album/kukulkan

The Batlord 02-08-2018 04:26 PM

Quote:

Originally Posted by Ol’ Qwerty Bastard (Post 1925174)
a mechanic at work once told me a story about ****ing a woman with a vagina that looked like a soggy grilled cheese and i will never be able to look at vaginas or grilled cheeses the same ever again

I've always heard that an old woman's vagina is like opening a grilled cheese sandiwch.

Ol’ Qwerty Bastard 02-08-2018 04:28 PM

Quote:

Originally Posted by The Batlord (Post 1925242)
I've always heard that an old woman's vagina is like opening a grilled cheese sandiwch.

maybe it was something along those lines... so maybe he was lying about ****ing the girl too. i guess i’m good then.


All times are GMT -6. The time now is 12:15 AM.


© 2003-2025 Advameg, Inc.