lazy article
chrisname (4922)
Oct 22, 2009 at 7:35am UTC
Lol, ok :P I'll do it tonight; then finish my disk program.
demosthenes2k8 (174)
Oct 22, 2009 at 6:47pm UTC
If you're using Python 3.1, try entering import antigravity
And I agree, python's fun.
wachtn (183)
Oct 22, 2009 at 8:14pm UTC
If you're using Python 3.1, try entering import antigravity
That was awesome!! How do i get down?
chrisname (4922)
Oct 22, 2009 at 8:48pm UTC
Try "from gravity import x" where x is the gravity you want, in N(ewtons)/KG (e.g. on earth, it is ~9.81N/KG).
Don't use more than 1000 as x or all of your bones will be crushed. It is better to do it iteratively, e.g.
1 2 3 4
n = 0
while n < 9.81:
from gravity import n
n += 1
that way you will move down slowly; assuming, that is, that you want to live. Otherwise you can use whatever you want.
wachtn (183)
Oct 22, 2009 at 9:03pm UTC
IDK. Living is nice but bone crushin sounds kool.
1 2 3
n=2000
from gravity import n
print "AHHhh..... crunch"
JCED (118)
Oct 22, 2009 at 9:04pm UTC
As long as you carry the interpreter there with you, you should be able to:
gravity.newtons = 0
if you need some time to think. This is, of course, if you've imported the gravity object from the module.
Last edited on Oct 22, 2009 at 9:07pm UTC
chrisname (4922)
Oct 22, 2009 at 9:08pm UTC
What if you
1 2 3
import guy_over_there
from libkill import kill
kill.guy_over_there(method = method.join(import gravity, gravity.max()))
?
Then you don't die, instead, that guy over there does.
Oooh, 1001st post. Missed 1000th :(
Last edited on Oct 22, 2009 at 9:09pm UTC
JCED (118)
Oct 22, 2009 at 9:11pm UTC
Oooh, 1001st post. Missed 1000th :(
Was it not:
True, bone crushing is fun...
It sounds like a great out-of-context moment.
chrisname (4922)
Oct 22, 2009 at 9:16pm UTC
Yeah. That is a pretty good 1000th post "bone crushing is fun". If anyone read that and not the rest of the thread...
wachtn (183)
Oct 22, 2009 at 9:23pm UTC
You are right Chris. You're such a smart kid.
For this next program I will need a volunteer from the audience.
Last edited on Oct 22, 2009 at 9:24pm UTC
chrisname (4922)
Oct 22, 2009 at 9:25pm UTC
You are right Chris. You're such a smart kid.
Bawwwww :)
I volunteer.
FGS I keep on putting [co de] instead of [quo te]!
And what's up with the lack of [small] tags?
Last edited on Oct 22, 2009 at 9:26pm UTC
wachtn (183)
Oct 22, 2009 at 9:29pm UTC
1 2 3 4
import Chrisname
chris_clone = Chrisname
from libkill import kill
kill.chris_clone(method = method.join(import gravity, gravity.max()))
chrisname (4922)
Oct 22, 2009 at 9:33pm UTC
Hey! That's murder!
1 2 3 4 5 6 7
import phone
import police
while not police.have_arrived():
chris_clone.scream() and chris_clone.bleed()
Chrisname.real_chris.phone.dial(phone.local_area.police_num())
You's goin' to jail, boy!
Anyway,
1 2 3 4 5 6
import libteleport
def teleport(person, destination):
libteleport.teleport(person, destination)
teleport(self, bed)
Bye :)
Last edited on Oct 22, 2009 at 9:35pm UTC
JCED (118)
Oct 22, 2009 at 9:42pm UTC
print "Bye."
chrisname (4922)
Oct 22, 2009 at 9:52pm UTC
You are now aware that this is my 11th post.
JCED (118)
Oct 22, 2009 at 10:00pm UTC
Amazingly, we joined about the same time, but you have 900+ more posts than I do.
chrisname (4922)
Oct 22, 2009 at 10:05pm UTC
1011 -> decimal == 11.
but yes, that's because I spam :0
wachtn (183)
Oct 22, 2009 at 10:12pm UTC
Its not murder.
1) You volunteered.
2) Clones are not alive because clones are created by people and only god can create life.
3) LAW is not recognized by your program because you did not include the proper libraries.
Last edited on Oct 22, 2009 at 10:12pm UTC