<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.opencircuits.com/index.php?action=history&amp;feed=atom&amp;title=Python_Session_2a</id>
	<title>Python Session 2a - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.opencircuits.com/index.php?action=history&amp;feed=atom&amp;title=Python_Session_2a"/>
	<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Python_Session_2a&amp;action=history"/>
	<updated>2026-04-22T06:57:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Python_Session_2a&amp;diff=78817&amp;oldid=prev</id>
		<title>Russ hensel: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Python_Session_2a&amp;diff=78817&amp;oldid=prev"/>
		<updated>2017-01-06T17:28:54Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 17:28, 6 January 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Russ hensel</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Python_Session_2a&amp;diff=78816&amp;oldid=prev</id>
		<title>Russ hensel: Created page with &quot;Ready to try.  = Goals =  For this assignment we have the following goals:    * Learning more about printing * Learn just a bit about Lists * Learning about adding.  I could n...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Python_Session_2a&amp;diff=78816&amp;oldid=prev"/>
		<updated>2016-10-21T15:28:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Ready to try.  = Goals =  For this assignment we have the following goals:    * Learning more about printing * Learn just a bit about Lists * Learning about adding.  I could n...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ready to try.&lt;br /&gt;
&lt;br /&gt;
= Goals =&lt;br /&gt;
&lt;br /&gt;
For this assignment we have the following goals:  &lt;br /&gt;
&lt;br /&gt;
* Learning more about printing&lt;br /&gt;
* Learn just a bit about Lists&lt;br /&gt;
* Learning about adding.&lt;br /&gt;
&lt;br /&gt;
I could not find good links on the web for this ( I will keep looking ) so I will write a bit.  Remember to try the examples.&lt;br /&gt;
&lt;br /&gt;
* [[Basic Printing in Python]]  &lt;br /&gt;
* [[Adding in Python]]  &lt;br /&gt;
* [[Python Lists]]&lt;br /&gt;
&lt;br /&gt;
= A Bit of Coding for You =&lt;br /&gt;
&lt;br /&gt;
Lets see if you can write some code using the topics we have covered so far.  Put your code in a file where you can fine it later.&lt;br /&gt;
&lt;br /&gt;
== Adding Lists ==&lt;br /&gt;
&lt;br /&gt;
* Make a list of boys names ( 3 to 5 names should do ), print it.&lt;br /&gt;
* Make a list of girls name ( 3 to 5 names should do ), print it.&lt;br /&gt;
* Add the lists together ( in a variable ) and print the longer list.&lt;br /&gt;
&lt;br /&gt;
* Does it matter if the two list are the same or different lengths?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Printing Letters ==&lt;br /&gt;
&lt;br /&gt;
* Make a string ( in a variable ) with the letters A to Z.&lt;br /&gt;
* Use range( 26 ) to make a loop to print the letters one on a line, A to Z&lt;br /&gt;
* What happens if you use range( 25 )&lt;br /&gt;
* What happens if you use range( 30 )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----------&lt;br /&gt;
*  Do this: '''[[What]]'''&lt;br /&gt;
-------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----------&lt;br /&gt;
= You Might Also Be Interested In = &lt;br /&gt;
-------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:Python]] [[category:Python Course]]&lt;/div&gt;</summary>
		<author><name>Russ hensel</name></author>
		
	</entry>
</feed>