Forum: Python
Nov 19th, 2007, 1:22 AM
|
|
Replies: 16
Views: 498
|
Forum: Python
Nov 19th, 2007, 1:07 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
Apparently this doesn't work either...
my_string = raw_input("Enter A String:Billy")
my_integer = input("Enter A Number:23")
my_added_string = my_string + Billy
my_string2 = raw_input("Please Enter...
|
Forum: Python
Nov 19th, 2007, 12:56 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
This is the trouble I'm having. You wrote this:
my_string = raw_input("Enter A String: ")
Great, but am I supposed to enter the names of Billy and Bob where the "Enter A String" is, or do I enter...
|
Forum: Python
Nov 19th, 2007, 12:48 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
Actually I did try cutting and pasting what you wrote and I still couldn't get it.
Maybe when I actually have the program done in front of me then I can go back line by line and see and work out...
|
Forum: Python
Nov 19th, 2007, 12:36 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
Well if I can't get this one I'll never get the 2 harder ones after this.
Time to post this on elance I guess. I tried my best.
|
Forum: Python
Nov 19th, 2007, 12:22 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
I know how to end a process. Funny thing is I'm actually a computer geek - just don't know anything about programming. Can't seem to grasp it. Oh well.
|
Forum: Python
Nov 19th, 2007, 12:16 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
Well, now I'm getting a subprocess error when opening Python telling me a firewall is blocking the connection. Funny, I don't have any firewalls installed. Well, I guess that's it until tomorrow. ...
|
Forum: Python
Nov 19th, 2007, 12:09 AM
|
|
Replies: 16
Views: 498
Re: Need help with python
BTW - here is my first project. I followed the tutorials and did it okay.
print "2+2 =",2+2
print "4-2 =",4-2
print "4*2 =",4*2
print "4/2 =",4/2
print "2**3 =",2**3
print "5%2 =",5%2
But then...
|
Forum: Python
Nov 18th, 2007, 11:55 PM
|
|
Replies: 16
Views: 498
Re: Need help with python
This is useless. I'm ready to beat the computer.
I've already read tutorials on this. I'm just not a programmer.
Here is what I have:
my_string = raw_input("Billy: ")
my_integer = input("23:...
|
Forum: Python
Nov 18th, 2007, 10:59 PM
|
|
Replies: 16
Views: 498
Re: Need help with python
That's the thing... this all still looks foreign to me. I'm not a programmer at all and I just can't grasp this stuff. This sucks cuz I have to do it. *sighs* Looks like I'm getting a 0.
|
Forum: Python
Nov 18th, 2007, 10:32 PM
|
|
Replies: 16
Views: 498
Need help with python
Hi guys.
Just wondering if someone would be kind enough to help me with something I'm stuck on. I have 4 small programs to write in python. Each one gets progressively harder. I've never programmed...
|