Hi guys,

coming from php I am wondering if there is a way to do something like this 
in Python/Django:

if variable = get_a_value_from_function():
  new_stuff = variable

Of course I can use

variable = get_a_value_from_function()
if variable:
  new_stuff = variable

But is there a shortcut similar to php?

Kind regards
Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5c3fbca4-dd69-44f5-b84b-3fee4113ee5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to