Python Programming/Conditions: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Line 18: Line 18:


== Activities ==
== Activities ==
# Complete one or more of the following tutorials:
#* Python.org
#** [https://docs.python.org/3/tutorial/controlflow.html More Control Flow Tools]
#* LearnPython
#** [http://www.learnpython.org/en/Conditions Conditions]
#* TutorialsPoint
#** [http://www.tutorialspoint.com/python/python_decision_making.htm Decision Making]
#* Codecademy
#** [https://www.codecademy.com/learn/python Conditionals and Control Flow]
#* Wikiversity
#** [[Python/If Statement]]
#* Wikibooks
#** [[Wikibooks: A Beginner's Python Tutorial/Loops, Conditionals]]


== See Also ==
== See Also ==

Revision as of 20:08, 11 June 2016

This lesson introduces conditions.

Objectives and Skills

Objectives and skills for this lesson include:

Readings

Multimedia

Examples

Activities

  1. Complete one or more of the following tutorials:

See Also

References