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
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/
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
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
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
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
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
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
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
bruno modulix <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> administrata wrote:
> > Hello! :)
> > I've reading 'Python Programmin for the Absolute beginner'.
> >
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
[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
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
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
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
"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?
"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?
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
18 matches
Mail list logo