Re: Please Assist Learning Programming and Python with Django Framework and Stuck
On Sat, 2012-06-16 at 03:26 -0700, cmac0tt wrote:
> I was told by someone I had to use print() then write() then save.page
> to
> pass the data permanently as opposed to just printing the data and
> losing
> it. It didnt logically make sense to me, which is why I kind was
> hoping
> people could explain their answers a little if possible rather than
> just
> saying "do this"/
was the gentleman who told you that a python programmer? A print
statement just sends something to the console and is usually used to
debug. You have an empty print statement which will just print '()' on
the console. I have never heard of the write() statement as a python
builtin. Of course there is a whole lot of python I do not know, so I
may be wrong.
--
regards
Kenneth Gonsalves
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home