Inline Conditionals?

Joshua Ginsberg joshg at brainstorminternet.net
Tue Aug 24 18:19:34 EDT 2004


Is there any plan to include inline conditionals in Python? For example:

def isNegative(x):
	return x < 0 ? True : False

Thanks!

-jag

-- 
Joshua Ginsberg <joshg at brainstorminternet.net>
Brainstorm Internet Network Operations




More information about the Python-list mailing list