problem with tutor mailing

2005-02-16 Thread administrata
i'm using tutor maling... i e-mail some questions to tutor and get answers. but, i frequently get mails which aren't related with my question. how should i stop it? -- http://mail.python.org/mailman/listinfo/python-list

Re: Variables.

2005-02-16 Thread administrata
sry, I mean the problem is... about lining it doesn't look like this... Allen woke up early in the morning. But, it was unusal by Allen. Allen's pillow was with Allen. Allen didn't want to wake up But, Allen tried my best and woke up. it was so amazing -- http://mail.python.org/mailman/listinfo/

Problems in making calulating program.

2005-02-15 Thread administrata
I wrote this to add 2 numbers... print "Please input data" number1 = int(raw_input(" ")) number2 = int(raw_input("+ ")) total = number1 + number2 print total raw_input("") I want to make output like this... 1 + 1 = 2 But, actually... it looks like this... 1 + 1 2 HELP; -- http://mail.pyth

Variables.

2005-02-15 Thread administrata
I wrote this, It's a bit lame though I = "Allen" me = "Allen" my = "Allen's" print \ """ %s woke up early in the morning. But, it was unusal by %s. %s pillow was with %s. %s didn't want to wake up But, %s tried my best and woke up. it was so amazing!""" % (I,me,my,me,I,I) raw_input("\n\\t\t\t- T

Delivery Status Notification (Failure)

2005-02-15 Thread administrata
Hello. I was about to use tutor-mailing But, When i send to tutor@python.org reply is... This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] and the header... From: Sm0kin'_Bull . <[EMAIL PROTECTED]> To: tutor

Re: [NewBie] Tut0r Thing

2005-02-15 Thread administrata
Daniel Yoo <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > : if you're talking about the "tutor at python.org" mailing list, it's a > mailing list > : that you send mail to and get mails from, as explained on the tutor mailing > : list page: > > :http://mail.python.org/mail

[NewBie] Tut0r Thing

2005-02-14 Thread administrata
I logged in. But, don't know how to use it. and What the hell is digest thing? Is Tutor Thing like i send questions to someone by e-mailing and get answers? HELP :) -- http://mail.python.org/mailman/listinfo/python-list

Re: [NooB] a Variable in multiple quotes...

2005-02-14 Thread administrata
Leif K-Brooks <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > administrata wrote: > > Is it possible? > > > > I tried... > > > > I = "John" > > print \ > > """ > > I used to love pizza&quo

[NooB] a Variable in multiple quotes...

2005-02-13 Thread administrata
Is it possible? I tried... I = "John" print \ """ I used to love pizza""" Error occurs!!! But, I don't know how to fix... HELP thx 4 reading. -- http://mail.python.org/mailman/listinfo/python-list

Re: [NooB] Using Escape Sesquences with Strings...

2005-02-11 Thread administrata
bruno modulix <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > administrata wrote: > > Hello! :) > > I've reading 'Python Programmin for the Absolute beginner'. > >

[NooB] Using Escape Sesquences with Strings...

2005-02-11 Thread administrata
Hello! :) I've reading 'Python Programmin for the Absolute beginner'. I got questions which is... print "\t - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " rock = """ Igneous Sedimentary Metamorphic Lava Grains Marble Ramdom crystals Lay

Re: [N00B] What's %?

2005-02-11 Thread administrata
[EMAIL PROTECTED] (administrata) wrote in message news:<[EMAIL PROTECTED]>... > Hi! it's been about a week learning python! > I've read 'python programming for the absolute begginer' > I don't understand about % like... > > 107 % 4 = 3 > 7 % 3 = 1

[N00B] What's %?

2005-02-10 Thread administrata
Hi! it's been about a week learning python! I've read 'python programming for the absolute begginer' I don't understand about % like... 107 % 4 = 3 7 % 3 = 1 I'm confused with division :/ Please help me... thx 4 reading. -- http://mail.python.org/mailman/listinfo/python-list

Re: [noob] Questions about mathematical signs...

2005-02-10 Thread administrata
Steve Holden <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > administrata wrote: > > > Hi! I'm programming maths programs. > > And I got some questions about mathematical signs. > > > > 1. Inputing suqare like a * a, It's too

[noob] Questions about mathematical signs...

2005-02-06 Thread administrata
Hi! I'm programming maths programs. And I got some questions about mathematical signs. 1. Inputing suqare like a * a, It's too long when I do time-consuming things. Can it be simplified? 2. Inputing fractions like (a / b) + (c / d), It's tiring work too. Can it be simplified? 3. How can i

Re: Error!

2005-02-06 Thread administrata
"John Machin" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > administrata wrote: > > I'm programming Car Salesman Program. > > It's been "3 days" learning python... > > >From whom or what book or what tutorial?

Re: Error!

2005-02-05 Thread administrata
"John Machin" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > administrata wrote: > > I'm programming Car Salesman Program. > > It's been "3 days" learning python... > > >From whom or what book or what tutorial?

[noob] Error!

2005-02-04 Thread administrata
I'm programming Car Salesman Program. It's been "3 days" learning python... But, i got problem Write a Car Salesman program where the user enters the base price of a car. The program should add on a bunch of extra fees such as tax, license, dealer prep, and destination charge. Make tax and licens