Talk:Python Programming/Basic Syntax
Add topicAppearance
Here is some text rescued from another page about Python's syntax:
Python's syntax is somewhat similar to the C programming language. It uses the following flow. statement (parameters)
For example an if statement is
if foo is true:
do something
notice the lack of a semicolon to end the statement, and the use of white space.
Yath 20:22, 24 Sep 2004 (UTC)
the last digit of \pi is wrong.
Start a discussion about Python Programming/Basic Syntax
Talk pages are where people discuss how to make content on Wikibooks the best that it can be. You can use this page to start a discussion with others about how to improve Python Programming/Basic Syntax.