Forum: Python Aug 16th, 2008 |
| Replies: 2 Views: 594 Hi everyone I am having a little problem with a program that I wrote
def P():
a = "a"
aa = "aa"
b = "b"
bb = "bb"
text = raw_input("Enter Text: ")... |
Forum: Geeks' Lounge Jul 29th, 2008 |
| Replies: 16 Views: 1,446 Here is a list of rules that me and a couple of friends made a while back. By the way, if anyone has something like Women rules for men please post it here. Also if I left anything out feel free to... |
Forum: Geeks' Lounge Jul 29th, 2008 |
| Replies: 1 Views: 429 Ever wonder what doctors are thinking when they say one of their occasional phrases? Well after 15 years of doing crazy stunts and visiting the hospital twice a week I have finally gotten some... |
Forum: Posting Games Jul 29th, 2008 |
| Replies: 164 Views: 17,761 Dude I don’t how 1 can equal to 2 but I know how 1 + 1 wont equal to 2.
Answer: When women are doing math, really its statistically proven.(But it is also true that 70% of statistic are fake.)
... |
Forum: Geeks' Lounge Jul 29th, 2008 |
| Replies: 247 Views: 23,037 nice one
here is a quote I wrote myself its the only one that makes real sense to me.
"Why is it that no human being knows the true meaning of life? For the reason that those who have found it... |
Forum: Posting Games Jul 28th, 2008 |
| Replies: 164 Views: 17,761 I think it is the other way around, the world is getting smaller.
Do pilots take crash-courses? :-/ |
Forum: Posting Games Jul 28th, 2008 |
| Replies: 164 Views: 17,761 Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them.
For example: Do you like rock music?
Wrong Answer:... |
Forum: Posting Games Jul 28th, 2008 |
| Replies: 2 Views: 775 Damm you are right...well thanks I will post it there |
Forum: Posting Games Jul 27th, 2008 |
| Replies: 2 Views: 775 Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them.
For example: Do you like rock music?
Wrong Answer:... |
Forum: Python Jul 27th, 2008 |
| Replies: 2 Views: 402 If you want to compile a program than you might want to use py2exe. Its a pretty good compiler that you can use so here is the link and give it a try.
http://www.py2exe.org/index.cgi/FrontPage
... |
Forum: Geeks' Lounge Jul 25th, 2008 |
| Replies: 18 Views: 5,187 Here are my favorite geek quotes I have a couple of shirts with some of them on.
P.S I don’t suggest wearing a shirt with #15 to school if you are still stuck in those rat holes like me.
1.... |
Forum: Python Jul 25th, 2008 |
| Replies: 1 Views: 630 If you are using pygame you would want to use either:
pygame.time.wait()
or
pygame.time.delay()
for more information on how to delay an event go to: |
Forum: Python Jul 23rd, 2008 |
| Replies: 4 Views: 662 Ok here is what you need to know when it comes to writing a program IDLE is 100 times better than the command line. Yet, when it comes to running a program they look better in the command line. There... |
Forum: Python Jul 19th, 2008 |
| Replies: 1 Views: 613 What you should do is rewrite your program and put it on a while loop so that when it ends it restarts by itself. Once you got that you should make a quit option and the program should work properly.... |
Forum: Python Jul 16th, 2008 |
| Replies: 1 Views: 982 Here is what you need to do:
1. Open the Python IDLE and type in:
>>> help()
(The following text will come up follow the instruction and you should find all the information you need)
... |
Forum: Python Jul 11th, 2008 |
| Replies: 1 Views: 725 Dude you need to give more information for anyone to help you and make sure you post your question on the right forum. |
Forum: Apple Hardware Jul 10th, 2008 |
| Replies: 1 Views: 2,318 You know thats not just on the uk here on the states its sort of similar. I bought an iphone with 2G and I am very dissapointed. First, if you drop it just once the screen cracks and it cost me alot... |
Forum: Python Jul 9th, 2008 |
| Replies: 8 Views: 1,857 thanks that really helped a lot I can finish my program now. BTW my the scientific notation conversion is right since there are 18 numbers after the decimal. |
Forum: Python Jul 9th, 2008 |
| Replies: 8 Views: 1,857 Ok here is my problem more detailed. Lets say I am making a simple program in which I ask the person to type in a number and that number is multiplied my some other number of my choice. Now what I... |
Forum: Python Jul 9th, 2008 |
| Replies: 8 Views: 1,857 Hey there everyone I need a little help. Right now I am in the process of writing a program that uses subscripts and superscript but I dont have a clue how to get them. I am not even sure if they can... |
Forum: Python Jul 6th, 2008 |
| Replies: 7 Views: 5,644 Very true that’s the recommended style for coding in python. However, as you start to learn a programming language you will see that many things can change and one of those is the style in which you... |
Forum: Python Jul 2nd, 2008 |
| Replies: 7 Views: 5,644 Good question and I am glad you asked. Ok before I go on to explaining why I used there you must know that import math * could have been used anywhere in the code before the three functions(AnB, CnA,... |
Forum: Python Jun 18th, 2008 |
| Replies: 7 Views: 5,644 If you are on school and you are taking algebra like me or just want to find the missing length of one side of the triangle than this program should help you out. Pythagorean Theorem Calculator is... |