The Chat Thread
Started by: Lgolos | Replies: 158,197 | Views: 12,277,685 | Sticky
Aug 10, 2009 6:33 PM #473035
The only thing i ever found that prove my parents ever had sex was a bunch of condoms on the shelf and my brother.
Aug 11, 2009 12:44 AM #473140
Quote from WtfThe only thing i ever found that prove my parents ever had sex was a bunch of condoms on the shelf and my brother.
Why was your brother on the shelf?
Aug 11, 2009 12:47 AM #473143
No.
My brother is a proof that my parents had sex.
The condoms were on the shelf.
My brother is a proof that my parents had sex.
The condoms were on the shelf.
Aug 11, 2009 2:32 AM #473172
I have decided that learning programming is tought shit monkey balls when you don't know shit about programming :D
Aug 11, 2009 2:36 AM #473175
Quote from SchwaI have decided that learning programming is tought shit monkey balls when you don't know shit about programming :D
yes sir!
Programming sucks.
Aug 11, 2009 3:36 AM #473187
Quote from WtfThe only thing i ever found that prove my parents ever had sex was a bunch of condoms on the shelf and my brother.
What... about... you?

Aug 11, 2009 4:02 AM #473197
Quote from SchwaI have decided that learning programming is tought shit monkey balls when you don't know shit about programming :D
Holy shit who knew?
Aug 11, 2009 4:16 AM #473201
Quote from RealWhat... about... you?
Me too.
Aug 11, 2009 4:40 AM #473206
Quote from sAcReDHoly shit who knew?
This was the most idiotic statement I've seen all day; even though I haven't spend much time on the internet it's still a prestigious award.
When you learn something it's hard, because you don't know anything about it, but they teach it a way that you can learn.
All books about programming and html and css that I've ever looked at assume you know certain things about certain parts of certain computer functions, which I don't, and it frustrates me. Even books specifically for non programmers still throw out technical terms out me without me knowing what the **** they are.
I've just had a lot harder time learning programming than anything else really, and I spend basically my entire day trying to learn things.
Including sex.
But that's not working out real well D:
Aug 11, 2009 4:48 AM #473209
Quote from Schwa\I spend basically my entire day trying to learn things.
Including sex.
But that's not working out real well D:
Insert Tab A into slot B
Aug 11, 2009 4:54 AM #473210
Quote from SteyeneInsert Tab A into slot B
But then I forget to;
x = raw_input("Is the penis in Vagina?: ')
while True:
if x = 'Yes'
print 'Success'
penis.pullout
if x = 'No'
print 'Oh no'
penis.put_in
if x = '?'
break
Unfortunately this will just either cause you to put in her until she dies, or take it out of her permanently. The code doesn't work D:<
Aug 11, 2009 4:57 AM #473211
That wouldn't be Python would it?
But I can see where your error is in your code. You don't have a function for penis.put_in.
Nor ended your while.
But I can see where your error is in your code. You don't have a function for penis.put_in.
Nor ended your while.
Aug 11, 2009 4:59 AM #473212
Quote from SchwaBut then I forget to;
x = raw_input("Is the penis in Vagina?: ')Unfortunately this will just either cause you to put in her until she dies, or take it out of her permanently. The code doesn't work D:<
while True:
if x = 'Yes'
print 'Success'
penis.pullout
if x = 'No'
print 'Oh no'
penis.put_in
if x = '?'
break
Can't wait to learn that code.
Aug 11, 2009 4:59 AM #473213
Oh god I could actually understand that.
Playing Roblox when I was 12 actually taught me some programming.
Playing Roblox when I was 12 actually taught me some programming.
Aug 11, 2009 5:07 AM #473214
I see your problem, you need a counting loop inside,
For($i = 1;i<9999999;i++){
If($i mod 2 = 0){
penis.put_in;
}
else{
penis.take_out;
}
}
