New submission from Devin Harper <345t...@gmail.com>:

a=1
b=2
c=3
list=a, b, c
#Remove spaces at the end of lists. Because sometimes spaces are errors or not 
depending on the number of items in your list. Remove list delineators to save 
a little memory and time not typing those delineator symbols on list 
definitions.
for items in list:
    print(items)

----------
assignee: docs@python
components: Documentation
messages: 410169
nosy: 345trig, docs@python
priority: normal
severity: normal
status: open
title: Don't need delineators on lists
type: resource usage

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46321>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to