Tuesday, June 3, 2008

I have a ball python and none of my family will touch him.
I don t get what s so terrifying about a snake.
The domestic ones rarely bite and are very calm (usually).
I think he s adorable and sweet. I like mammals too- like gerbils- but I don t get what s so scary about a snake.
If you re a snake fearer- please share why.
Thanks! =]
I know my snake could bite and kill- the possibility is incredibly low though. He s too small anyway. He could not possibly kill me.
And what kinds of snakes are loose in the Everglades? Aren t those aligators? I never hear about people being eaten by snakes- except on Nationa; Geographic in remote places in Africa and whatnot.
Can we get a little mature with the answers and not be COMPLETELY rude?

how do i install it? i already downloaded python s latest version and apache
windows___________

For night I got the night glow moon light 50 watts. This is for my ball python. I want this on because at night my house can get kinda cold cuz of air conditioanair. It turns out this thing just glows and doesnt do heat. What im i soppose to do? What do i get?

I can not find a single cage online big enough for a python more than six feet long.
I have already tried bigappleherp.com and lllreptile.com
still only 8x3-but might work
they eat rabbits and rats-and the last cage i built was destroyed by a 2 lb kitten[not a great carpentress]

I m new to python and need some help please.
I m trying to make a simple BMI calculator- but the height in meters is not necessarily an integer so they int(m) doesn t work. What should I use instead?

This is what I have so far:

print "BMI Calculator"
print "Please enter your weight (in kilograms):"-
kg = raw_input()
print "Please enter your height (in meters):"
m = raw_input()
m2 = int(m)*int(m)
bmi = int(kg)/int(m2)
print "Your BMI is"- str(bmi)

No comments: