Talk:Python Programming/Decision Control

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

>>>a = 6
>>>print a == 6
Gives true not 1 in python.
--

RG-12-Mar-2007-14:44
Just a thought: I know that the python code has been included in some of the beginning scripts for this tutorial. I think it would be cool to include the code for all scripts used, like the exercise on this page.

Agreed, at the least a solution should be provided for excersises, in case someone is unable to get the answer. Salgat 23:08, 8 July 2007 (UTC)


I find it pretty strange that most of the examples on this page involve if statements and loops, even though you don't learn them until after this page. Should this book be restructured a little? Alexforcefive (talk) 03:09, 26 March 2008 (UTC)

Personal tools