WHAT DO YOU WANT?

  • Thread starter Thread starter Knightjester
  • Start date Start date
  • Christian Chat is a moderated online Christian community allowing Christians around the world to fellowship with each other in real time chat via webcam, voice, and text, with the Christian Chat app. You can also start or participate in a Bible-based discussion here in the Christian Chat Forums, where members can also share with each other their own videos, pictures, or favorite Christian music.

    If you are a Christian and need encouragement and fellowship, we're here for you! If you are not a Christian but interested in knowing more about Jesus our Lord, you're also welcome! Want to know what the Bible says, and how you can apply it to your life? Join us!

    To make new Christian friends now around the world, click here to join Christian Chat.
I want ******* ***** for Christmas :D
btw that's someone's name not cussing. lolz
 
this guy that goes to my church he likes me and I like him, but that's all its going to be till he makes a move.
 
ha! sometimes I wish for a boring family with a boring life, but I'd still complain. Everyone wants something they don't have.
 
Yeaaahh. That's the problem with us.. We all want something different that's not gonna satisfy us
 
I want to understand this :S

a = FuzzyBool.FuzzyBool(.875)
b = FuzzyBool.FuzzyBool(.25)
a >= b # returns: True
bool(a), bool(b) # returns: (True, False)
~a # returns: FuzzyBool(0.125)
a & b # returns: FuzzyBool(0.25)
b |= FuzzyBool.FuzzyBool(.5) # b is now: FuzzyBool(0.5)
"a={0:.1%} b={1:.0%}".format(a, b) # returns: 'a=87.5% b=50%'
 
I want to understand this :S

a = FuzzyBool.FuzzyBool(.875)
b = FuzzyBool.FuzzyBool(.25)
a >= b # returns: True
bool(a), bool(b) # returns: (True, False)
~a # returns: FuzzyBool(0.125)
a & b # returns: FuzzyBool(0.25)
b |= FuzzyBool.FuzzyBool(.5) # b is now: FuzzyBool(0.5)
"a={0:.1%} b={1:.0%}".format(a, b) # returns: 'a=87.5% b=50%'

Huuuhhhh!!!?? Lol