Always use REply-All or Reply-List to the tutor list.
On 17/11/16 18:34, Freedom Peacemaker wrote:
> Thank you Alan for answer but i still cant make it. I have improved my
> program but it still uses root.update() and now my app looks
> professional :) It is my first program. I am self learning Py
On 16/11/16 18:48, Freedom Peacemaker wrote:
> Hi, i need help. I am using Python 3.4 and I have wrote little app for
> windows only ( windows 7 and higher). Its timer and my app working but not
> good. Some people said that i should use after method instead of update()
after() executes a function
Hi, i need help. I am using Python 3.4 and I have wrote little app for
windows only ( windows 7 and higher). Its timer and my app working but not
good. Some people said that i should use after method instead of update()
and nobody told me how. Ive tried many times but i dont know how do it
correctl
On 4 October 2016 at 19:11, Alan Gauld via Tutor wrote:
>> """Define a function sum() and a function multiply() that sums and
>> multiplies (respectively) all the numbers in a list of numbers. For
>> example, sum([1, 2, 3, 4]) should return 10, and multiply([1, 2, 3, 4])
>> should return 24."""
>
On 04/10/16 15:04, Richard Koeman wrote:
> I would like to modify this code so that instead of me calling the function
> with the list as shown [1,2,3,4], the user inputs the list with raw_input.
>
You don't need to modify your code you just need ton write a function
that reads a list from the us
I would like to modify this code so that instead of me calling the function
with the list as shown [1,2,3,4], the user inputs the list with raw_input.
Thanks in advance
"""Define a function sum() and a function multiply() that sums and
multiplies (respectively) all the numbers in a list of numbe
rogram.
(P.S. Sorry for the top-post, I'm not sure how to reply in-line to a
forwarded message.)
-- Forwarded message --
From: invincible patriot
Date: Sun, Jan 31, 2010 at 4:05 AM
Subject: RE: [Tutor] please help me
To: rabidpoob...@gmail.com
m sorry but i am not asking
[snip homework]
>
>
> please help me
>
>
This is a tutor mailing list. Tutor means we will help you learn, not that
we will write your homework assignments for you for free. That is the
opposite of learning.
Try all of the programs. Give us what you have tried and what didn't work,
why you tho
hii am stuck in these questions can someone please help me in solving and
writing programme for these tasks
please help me
1 1.1 Write a Python program with a loop that prints out a sequence of numbers
as follows:151311...31-1
1.2 Write a small Python program that generates the list of all
On 6/18/2009 1:30 AM suzee Eslam said...
to every one help me please ..
i need the code to do chatting by python in mobiles over bluetooth
technology .. i need it please if any one know it send it to me as soon
as possible..
thanks for all.
Maybe this will get you started...
http://www.mobi
to every one help me please ..
i need the code to do chatting by python in mobiles over bluetooth technology
.. i need it please if any one know it send it to me as soon as possible..
thanks for all.
___
Tutor maillist - Tutor@python.org
http:/
Let no good deed go unpunished!
-Original Message-
From: Daniel Yoo
Date: Friday, Apr 13, 2007 8:24 pm
Subject: Re: [Tutor] please help me
> If this is homework, please tell your teacher I helped - I need the
> extra credit.
>
>Please avoid giving homework answers like t
> If this is homework, please tell your teacher I helped - I need the
> extra credit.
Please avoid giving homework answers like this. Rather than actually help
the person, it can do harm, because it encourages a lazy attitude toward
solving problems.
___
You
On 4/12/07, suryo agung <[EMAIL PROTECTED]> wrote:
> pleate tell me how to make
>
> input number=4
> result
>
> 1
> 22
> 333
>
>
> in python
> please give me your answer.
input_number = 4
for i in range(1,input_number + 1):
print str(i) * i
If this is homework, please tell your teach
suryo agung wrote:
> pleate tell me how to make
>
> input number=4
> result
>
> 1
> 22
> 333
>
>
> in python
> please give me your answer.
This looks a lot like homework to me. What have you tried? What have you
learned?
Kent
___
Tutor maillist
pleate tell me how to make
input number=4
result
1
22
333
in python
please give me your answer.
___
Tutor maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/tutor
[Forwarding to [EMAIL PROTECTED] Sorry about the repetition.]
-- Forwarded message --
Date: Fri, 11 Mar 2005 17:18:03 EST
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Tutor] Please help me get started on how to program useing
python 2.4!!!
ok heres where i
om: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Tutor] Please help me get started on how to program useing
python 2.4!!!
ok i understand some of that like the = things being ture or false but i am
not realy wanting to know if its = or not, i was just trying to figer out how
to ma
Danny Yoo said unto the world upon 2005-03-11 16:07:
On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote:
When we ask: "Is the number 'one' greater than the number 'two'?", Python
is telling us "No!" by giving us back the value 'False'. Whenever we ask
Python a question that's a yes/no sort of thing, Pyt
On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote:
> OK i have learned that on the python shell if you put, print "some
> message" the output is, some message
Hi Jeff,
Ok, yes, that looks right. Let me do that myself:
###
>>> print "hello world"
hello world
###
(The '>>>' thing is what the Pytho
OK i have learned that on the python shell if you put, print "some message"
the output is, some message and if you put, type> "some message"
the output is, true and if you put, type< "some message"
the output is, false And if you put, for, in, or and it turns orange like print dose but I don
> # This program simulates the random branching and extinction of
linages.
> # It also mutates a series of characters representing morphology at
> each branch point
> # The program replicates the program first described by D.M. Raup
and
> S.G. Gould
> # 1974 Systematic Zoology 23: 305-322.
> # writ
I have my first python program working (thank you for the help all).
Will anyone give me hints on how my program could be improved and on
how I could improve my programing style?
I want it to be well written as it can be but also as close to self
documenting and understandable to the average
23 matches
Mail list logo