chrisname (1342) Nov 21, 2009 at 8:47pm UTC
Lol, ok :P I'll do it tonight; then finish my disk program.
demosthenes2k8 (128) Nov 21, 2009 at 8:47pm UTC
If you're using Python 3.1, try entering import antigravity
And I agree, python's fun.
chrisname (1342) Nov 21, 2009 at 8:47pm UTC
Then I'll be able to fly!
wachtn (183) Nov 21, 2009 at 8:47pm UTC
If you're using Python 3.1, try entering import antigravity
That was awesome!! How do i get down?
chrisname (1342) Nov 21, 2009 at 8:47pm 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) Nov 21, 2009 at 8:47pm UTC
IDK. Living is nice but bone crushin sounds kool.
1 2 3
n=2000
from gravity import n
print "AHHhh..... crunch"
chrisname (1342) Nov 21, 2009 at 8:47pm UTC
True, bone crushing is fun...
JCED (115) Nov 21, 2009 at 8:47pm 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 Nov 21, 2009 at 8:47pm UTC
chrisname (1342) Nov 21, 2009 at 8:47pm 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 Nov 21, 2009 at 8:47pm UTC
JCED (115) Nov 21, 2009 at 8:47pm UTC
Oooh, 1001st post. Missed 1000th :(
Was it not:
True, bone crushing is fun...
It sounds like a great out-of-context moment.
chrisname (1342) Nov 21, 2009 at 8:47pm 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) Nov 21, 2009 at 8:47pm 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 Nov 21, 2009 at 8:47pm UTC
chrisname (1342) Nov 21, 2009 at 8:47pm 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 Nov 21, 2009 at 8:47pm UTC
wachtn (183) Nov 21, 2009 at 8:47pm 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 (1342) Nov 21, 2009 at 8:47pm 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 Nov 21, 2009 at 8:47pm UTC
JCED (115) Nov 21, 2009 at 8:47pm UTC
print "Bye."
chrisname (1342) Nov 21, 2009 at 8:47pm UTC
You are now aware that this is my 11th post.
JCED (115) Nov 21, 2009 at 8:47pm UTC
Amazingly, we joined about the same time, but you have 900+ more posts than I do.
chrisname (1342) Nov 21, 2009 at 8:47pm UTC
1011 -> decimal == 11.
but yes, that's because I spam :0
wachtn (183) Nov 21, 2009 at 8:47pm 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 Nov 21, 2009 at 8:47pm UTC