On 6/26/2012 1:10 AM Alan Gauld said...
On 26/06/12 02:22, Steven D'Aprano wrote:
I think you've messed up your quoting. It was Mike Nickey, not Emile,
who suggested using w[0] == 'x'.
Yes, but Emile's comment was in context of Mike's assertion about w[0].
Ho
I've found that
mutable types tend to change in place and return None while immutable
types tend to return the altered result, which is as you describe below.
Emile
Somehow it makes more sense to me when
writing + as __add__
a[k] = a.get(k, 0).__add__(1)
b[k] = b.get(k, []]).__add__(
x27;spyder
sitecustomize' you'll get lots of hits and references.
I'd start there -- it certainly doesn't seem to be a learning python issue.
Emile
while, I'm not importing and have no idea what is importing it, this
happens even if my code is as simple as followin
On 7/3/2012 12:43 PM Tamar Osher said...
How do I contact the administrator of PythonTutor?
One should respond shortly.
Most admin related tasks can be self administered at
http://mail.python.org/mailman/listlinfo/tutor/
Emile
___
Tutor maillist
esides when installing I had problem
in which the installer would not recognise the location of python, even
though it is located at C:\Python32.
What should I be doing?
Sign up for their mailing list at
https://lists.sourceforge.net/lists/listinfo/visualpython-users
and ask them.
_Level = XP_Per_Level_Calc(XP_Per_Level_Base, XP_Per_Level_Limit)
gets it going, dut all in all it looks to me like this is simply a max
function and could be written more simply as:
max(XP_Per_Level_Base,XP_Per_Level_Limit)
Emile
XP_Per_Level_Base = 20-int_mod
XP_Per
so much,
Jim
You're not returning anything from fixCase -- change the final print to
return and try it again.
Emile
#Main function.
def main():
mySentence = (input("Enter text."))
mySentenceList = mySentence.split('.')
#Call fixCase function. S
osting. What I see here has the
indentation stripped out of your script so that before I can even test
your code I'll have to guess at how you have it indented, and I'm more
likely than you to get it right and may inadvertently fix your bug and
never know it even before getting a chanc
hiscol) # store this cols results
output = zip(cols) # zip transposes the cols to rows
HTH,
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
to end up with something that could look like:
def change_color_to(new_color):
color_of_thing = new_color
def modify_color_of_thing(by_n_pct):
color_of_thing = old_color_of_thing * by_n_pct
where the docs of the thing you're changing provide the names and
handling of modifying the color.
On 7/18/2012 12:07 PM Aditi Pai said...
Hey Emile! Thanks for the advice. I think maybe I should have combined
the two parts of my email. The function is just called changeColor. I
don't actually want to change the color as much as alter the color.
I'm not sure there's a diff
ainst each singular hash value, as there will be many; I need a way to
check it against all hash values at once (if possible.)
so keeping the hash values in a dict would allow you to test as follows:
if new_hash_value in dict_of_hash_values:
# and bob's your uncle.
Emile
Sorry for th
.gz.3.gz.1.gz.1.gz.2.gz.1.gz.1.gz.3.gz
list_boxes.day.1.gz.1.gz.1.gz.3.gz.1.gz.1.gz.2.gz.1.gz.1.gz.3.gz.1.gz
in both the day and night variant. I erased them all as / was at 100%
used. It's now at 89% with ~400Mb free.
Emile
___
Tutor mai
On 7/19/2012 4:10 PM Emile van Sebille said...
I found ~200k files in /var/log all but 227 look like:
Sorry -- my bad.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman
_diag(num_sides)
(for pythons < v3) or
print (num_diag(num_sides))
(for python v3 >)
Then see where that takes you.
Emile
Any suggestions as to what is going on? When I run it, it prompts me for
the number of sides, and that's it.
Thanks.
__
On 7/23/2012 2:11 PM Ali Torkamani said...
Hi All,
I want to count how many (what percentage) of partial orders are
identical in two lists.
You may find SequenceMatcher from module difflib helpful. See
http://docs.python.org/library/difflib.html for info.
Emile
(For example let L1
.catb.org/~esr/faqs/smart-questions.html#forum in
particular, but the entire article should be committed to memory.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
me to the type of conclusions you reach below.
Emile
I understand that line_count counts the number of lines in the Python
prog, and that we are creating a function, and that 'f' stands for file
etc, but I can't get my head around what the function does.
Many thanks in advan
On 8/8/2012 8:34 AM Ramchandra Apte said...
Sorry. This is my first time using a mailing list! Any idea how to send
a message without replying?
___
Address an email to Tutor@python.org
Tutor maillist - Tutor@python.org
Emile
To unsubscribe
On 8/20/2012 10:42 PM Ray Jones said...
Nothing happens.
>plugh!<
:)
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
py", line 85, in do_ip
ping_ip(ip)
File "./testing.py", line 44, in ping_ip
except CalledProcessError:
Try it as:
except subprocess.CalledProcessError, e
print e.output
HTH,
Emile
NameError: global name 'CalledProcessError' is not def
result. The first line points to the executable python
that installed pytz. On my local system this looks like:
head -1 `which easy_install`
#! /usr/bin/python
copy and paste in the result, then import pytz from there and paste in
the results if it doesn't work.
On 8/28/2012 1:48 PM Ray Jones said...
On 08/28/2012 01:35 PM, Emile van Sebille wrote:
You installed this with easy_install, so the version of python therein
referenced is the same one that now should have access to it.
Try : which easy_install
then cat the result. The first line points
the "[sudo ]easy_install python_wifi" variants. IIRC, the py2.5
in the egg name indicated compatibility for python .25 and you've said
you've got 2.7 installed so let'd first try to let it pick the
compatible version and see what we get.
Emile
___
http://en.wikipedia.org/wiki/Simon_%28game%29
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
...
it does not work.
... and include the traceback so that we see both your input and the
error that's output.
Emile
I have no idea how to have data value simply be 4 !
cursor.execute("SELECT COUNT(*) from cv_gls_wkly_misc")
result = cursor.fetchone()
number_of_rows =
mail subject'
server.sendmail(fromaddr, toaddrs, msg.as_string())
]
The code above works perfectly fine on my local machine, but fails on
the production server at the university where i work( all ports other
than port 80 are blocked) :(
Good -- the university is taking st
On 9/11/2012 2:44 PM ashish makani said...
Emile,
Please don't presume people's intentions (that we are sending spam) &
judge people without knowing anything about them.
I made no such presumption -- I appluad the university for taking
appropriate actions to reduce the
On 9/14/2012 1:43 AM Ray Jones said...
The code:
source = source.remove('')
return source
To round things out, here's one way to do what I expect you're expecting:
>>> r=range(10)
>>> a = r.pop(r.index(4))
>>>
v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> def test(): return True
...
>>> _
Traceback (most recent call last):
File "", line 1, in
NameError: name '_
', 'h', 'i', 'j', 'k',
'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y',
'z']
od"),
...]
I couldn't figure out how to populate the list from a user input. Say if
the user wanted 50 Red and 50 Yellow ants. So it's hardcoded at 500
which is not an elegant solution.
So, say the desired COUNT is 50, you could do:
ants = zip(
[ Ant("Red_%s&quo
27; then yuo can use something like:
locals()["testVariable"]
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ut, save yourself some headache and use the
ActiveState distribution.
See http://www.activestate.com/activepython/downloads
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/
to see if the author has
provided contact info.
HTH.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
On 9/30/2012 6:16 PM, Dwight Hutto wrote:
But he started it.
Now be the man and end it.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
riting to a file but why does it use the same argument twice?
the first is passed into the instance's _full_filename method and the
result of that becomes the first argument passed into file.write, and
the second is passed in the file.write as the second argument.
HTH
Emile
the for
l
I try, but they just tell
> me that there is something that I'm missing here.
>
> Thanks
>
> #Code below
> a = set([1,2,3,4])
> b = set([2,3,4,5])
> c = set([3,4,5,6])
> d = set([4,5,6,7])
>
> not_a = [b,c,d]
> a.difference(not_a)
Try this as
a.difference(*no
official word is pep 8 -- http://www.python.org/dev/peps/pep-0008/
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
the second for loop not execute at all?
The first one prints the rows of the file just fine.
The first pass also exhausts the input feed -- you'll need to rewind or
reposition the next line pointer to the start of the file and I suspect
the easiest way is to
to me that the v3.x compatible wxpython is being
rebranded as Project Phoenix
-- see http://wiki.wxpython.org/ProjectPhoenix
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/lis
On 10/29/2012 3:33 AM, Ganesh Manal wrote:
Please give me sample python program that works with python31
Start with the tutorial at http://docs.python.org/3/tutorial/index.html
It'll step you through lots of sample python scripts.
Emile
___
gt;>> id(20)
7515584L
>>> id(10+10)
7515584L
>>> id(19+1)
7515584L
Compare to:
def testid(K=100):
K += 10
return 'the ID is', id(K), K
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 5/21/2015 9:28 AM, Albert-Jan Roskam via Tutor wrote:
I just created an alias for this:
alias hidepycs="ls *.py[co] > .hidden"
Close -- try
alias ls='ls --hide=*.py[co]'
and when you want to see them use ls -a.
Emile
___
You're more likely to get an appropriate response if you review
http://catb.org/~esr/faqs/smart-questions.html and then ask.
Emile
On 6/23/2015 10:13 AM, Gupta, Manaswini Kat wrote:
From: Gupta, Manaswini Kat
Sent: Tuesday, June 23, 2015 10:42 PM
To: 'tutor-ow...@python.org
number=int(input("Enter the number which u want to check for odd and even
:"))
You're probably seeing the error here, which is outside your try/except
block, hence the except not working as you expect.
try :
Emile
___
Tut
ut and paste
into the interpreter.
eg
---8<---8<---8<---8<---8<---8<---
import sys
for ii in sys.path:
print ii
---8<---8<---8<---8<---8<---8<---
YMMV,
Emile
___
Tutor maillist - Tutor@python.or
of showing those docstrings at the Python prompt?
Are you asking about help? as in:
>>> help(get_value)
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
27;
>>> count = 0
>>> for line in fh:
Please paste in the contents from your screen where the error appears.
Note that in my example the open line complains about fname not existing
so I'm getting and IOError, and if the issue were with open, as per the
example with xxope
.split()
> 9 line4 = line3[1]
10 addresses.add(line4)
11 count = count + 1
IndexError: list index out of range
Because line3 is not sub-scriptable.
Have you examined what line3 holds when the error occurs?
Em
27;re
parsing it'll help us identify what the program will need to be prepared
to handle.
Emile
On 7/31/2015 5:26 PM, Ltc Hotspot wrote:
Hi Mark,
Desired output on execution of the script:
stephen.marqu...@uct.ac.za
lo...@media.berkeley.edu
zq...@umich.edu
rjl...@iupui.edu
zq...@umi
umans reading the code that need to change it.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
du
gsil...@umich.edu
wagne...@iupui.edu
zq...@umich.edu
antra...@caret.cam.ac.uk
gopal.ramasammyc...@gmail.com
david.horw...@uct.ac.za
david.horw...@uct.ac.za
stephen.marqu...@uct.ac.za
lo...@media.berkeley.edu
lo...@media.berkeley.edu
r...@media.berkeley.edu
c...@iupui.edu
c...@iupui.edu
c...@iu
I am guessing it has to do with my
syntax? any suggestions, please?
Python executes as it processes the file, so that open_existing_file
must have been previously defined before you can refer to it. Try
moving that def block in front of main and you'll likely be OK (assuming
no other issues)
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
utput?
Because there are 54 lines that start with 'From'.
As I noted in looking at your source data, for each email there's a
'From ' and a 'From:' -- you'd get the right answer checking only for
startswith('From ')
Emile
Here is the latest
On 8/1/2015 4:21 PM, Ltc Hotspot wrote:
Hi Emile,
Question: What is the source of the line 7 syntax: mbox.split?
I read mbox from the file. eg,
mbox = open("mbox-short.txt",'r').read()
and it looks to me that if you insert the above in front of the for loop
belo
e "give a man a fish" approach to help; a magic
black box to do the job for him.
Sometimes a fish of three or four lines that replaces a 20 line effort
might be better considered as a solution to be teased apart and
understood.
Emile
___
: how would you write the following as a python function
using valid python mathematical expressions:
Your post ends prematurely without the example to be coded, but a google
search for "Schecter function in python" yields a variety of hits. Have
you checked
tals of
python in a time tested way.
See https://docs.python.org/2/tutorial/ for python2 or
https://docs.python.org/3/tutorial/ for python3.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.pyt
which
includes all the updates that have taken place on the website in the last
24 hours.
I'd normally use wget to retrieve tgz files and not a browser.
Emile
So, when I use urlopen on the same url, & I try to read it, all I get is
gibberish.
Any help, please ?
If I am unable to solv
On 8/10/2015 10:07 AM, Alan Gauld wrote:
PS.
What is SDSU?
San Diego State University I'd guess.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
valuation as a number.
Consider this:
def sq1(x):
sgn = int(x<0)
return sgn*abs(x)**2
That's effectively what the parser does.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
ldn’t assemble your query using Python’s string
operations because doing so is insecure; it makes your program
vulnerable to an SQL injection attack ..."
See http://bobby-tables.com/ for more info.
Emile
___
Tutor maillist - Tutor@python.org
To unsu
#x27;...
As Peter noted, somewhere within override_defaults there's an assignment
to it. Changing to
def override_defaults(top_directory=top_directory):
should initialize it in case the assignment path isn't processed.
Emile
___
Tut
the global.
Not any more -- it's a local variable because the assignment, while not
executed, exists.
If that is changed inside the function, doesn't it change
the global?
Only if you include the globals statement before the variable is referenced.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
internal server where we
have only approved compatible sources/packages.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
quot;that seems reasonable")) if time<=2
else print ("get a life")
Check your parens -- they're mismatched.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
ectly. How do I fix this problem so the programs are able to
run on my Mac.
Start by providing a complete copy-n-paste of the screen when the error
occurs. That normally provides enough detail to diagnose the issue.
Emile
___
Tutor maillist - Tuto
, get that
data and write all 12 fields to a new dictionary. When done, write the
results to the output file.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
; 1', ' 95'],
['5', ' jorgen', ' 1', ' 99’]] (it continues) from a text file.
However, what I am trying to do take the indexes of
thelist[0][1]
which has a value of 'james' (being index 1 of list 0)
and theist[0][3]
which has
On 10/11/2015 9:15 PM, Fast Primes wrote:
If so, could someone present an example?
target = open(target,'wb')
for source in mediafilelist:
target.write(open(source,'rb').read())
But you probably want something diff
ou're looking for.
See http://www.rafekettler.com/magicmethods.html#comparisons for more info.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
script, it is always empty - it does not display the user
input provided.
May I know why?
##
input1 = raw_input("Input1:")
file = open("check.txt", "r+")
file.write(input1 + "\n")
t
)
Also, the line below continues from the last insertion -- you'll also
need to reposition the file pointer or re-open the file.
Emile
for line in file:
print line
print file.close()
##
Regards,
RD.
___
entified issues:
https://bitbucket.org/pypa/pypi/issues
Browse through and see if anything looks interesting/doable.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 10/19/2015 3:04 PM, Alex Kleider wrote:
On 2015-10-19 13:08, Emile van Sebille wrote:
This looks like the list of identified issues:
https://bitbucket.org/pypa/pypi/issues
Browse through and see if anything looks interesting/doable.
On 2015-10-19 13:34, Mark Lawrence wrote:
How
On 11/27/2015 12:50 PM, marcus lütolf wrote:
dear pythonistas,
thanks for your very valuable help.
I am struggling with a simple piece of code:
x = Marcus
print '{0} {1} x'.format('a', '=')
You're almost there -
print '{0} {1} {2}'.format
is not properly configured to allow mongod traffic into it.
Talk to the machines firewall administrator.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
inner tuples to lists --
tuples = [(1,2,3),('a','b','c'),('12/12/2009','2/4/2014','3/4/200')]
lists =map(list,tuples)
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
this selective copying?
You could test f as you loop over the files to ensure it ends '.txt'.
Emile
Thanks in advance for the hints.
Best,
Kumar.
# -*- coding: utf-8 -*-
"""
Created on Wed Jun 01 17:05:07 2016
@author: anatta
"""
import os
imp
quot;credits" or "license" for more information.
>>> import itertools
>>> a = list(itertools.chain((1,2,3),(4,5)))
>>> a
[1, 2, 3, 4, 5]
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
I recently automated a scheduled task to retrieve content from an https
site that uses javascript for site interaction using iMacros, ahk and
the related firefox extension. Not a python solution, but it got the
job done.
Emile
On 4/26/2013 8:28 AM, Frank Schiro wrote:
Pywinauto is not
dn't write esr and Rick Moen to request changes -- I
expect you'd be pointed to
http://www.catb.org/esr/faqs/smart-questions.html#disclaimer if you got
a reply at all.
Emile
On 8/26/2013 12:41 PM, bob gailer wrote:
Hi fellow tutors and helpers. I have a reaction to
http://www.cat
perhaps pointing to
http://www.catb.org/esr/faqs/smart-questions.html#intro is a better answer?
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
On 9/6/2013 3:47 AM, Alan Gauld wrote:
This is somewhat off topic so replies offlist may be appropriate.
I can fix that. :)
Are you familiar with pyjs, which provides python to javascript
capabilities? (see http://pyjs.org/)
Is there any reason to prefer one over the other?
Emile
I
Hi Boris,
Read up on the trig functions in the math module.
http://docs.python.org/2/library/math.html#trigonometric-functions
Emile
On 10/11/2013 6:18 PM, Boris Vladimir Comi wrote:
Boris Vladimir Comi escrito:
I found a way to create daily averages of many variables, for example of
a
k to fully integrate and test each additional
data source.
Hope this helps,
Emile
On 10/24/2013 1:44 PM, Ismar Sehic wrote:> hello, me again - the guy
with a (mis)fortune of having to deal with a
> lot of company's in and outgoing xml.I guess they just like xml as a
> data
#x27;payrate'
so the proper way to call the function would be:
calcandprint (86, 11.50) which would (presumably) calculate and print
the result of having worked 86 hours at a payrate of 11.50/hr
But-I-didn't-read-all-your-code-ly y'rs,
Emile
On 11/1/2013 11:43 AM, Jenny Allar wr
the adding part, and the
palindrome checking part), but apparently I can't help but blow up my
machine...
Without seeing your code it's hard to be specific, but it's obvious
you'll need to rethink your approach. :)
Emile
___
Tutor
party module
that the django users are having problems with.
YMMV,
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
ii not in b: a=a.replace(ii,"")
return b in a
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
b: a=a.replace(ii,"")
while ii+ii in a: a=a.replace(ii+ii,ii)
return b in a
Show me another. :)
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
expressions, but always include the full traceback as that tells us
where to start looking for the issue.
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
posts won't be quite so diluted...
Emile
In which case, I can only suggest: please read and respond to what
other people are asking you. Otherwise, it defeats the purpose of
asking a question: that is, to communicate.
___
Tutor maillist -
On 2/18/2014 11:42 AM, Mark Lawrence wrote:
On 18/02/2014 18:03, Steve Willoughby wrote:
Because the regular expression means “match an angle-bracket
Please do not top post on this list.
Appropriate trimming is also appreciated.
Emile
Hi Shweta,
You'll likely get a better response posting this question on the main
python list -- the Tutor list is primarily for teaching python
Emile
On 3/5/2014 4:49 AM, Shweta Kaushik wrote:
Hi,
Please find code used to create dll:
*_add_1.cpp_*
#include "add_1.h"
usin
While there are ways of getting at the caller using introspection, there
are no reliable ways of doing so and you would do well to rethink the
need and take an alternate course such as passing a parameter in.
Suppose the following:
funcC=funcB
what would you want to see?
Emile
On 3/6/2014
We can't take you off the list -- see the line below that says:
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Emile
On 3/20/2014 3:43 PM, Art Caton wrote:
artca...@gmail.com no longer requests your "Tutor Request&q
On 3/21/2014 3:40 PM, Steven D'Aprano wrote:
a = b
This assigns the value to b. So if b was 4, now a is also 4.
Steven means 'assigns the value to a' here. For anyone looking down the
line...
___
Tutor maillist - Tutor@python.org
To uns
n reverse:
reverse(...)
L.reverse() -- reverse *IN PLACE*
>>>
The *IN PLACE* tells me.
HTH,
Emile
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
401 - 500 of 527 matches
Mail list logo