Python Template

From OpenCircuits
Revision as of 15:22, 4 October 2016 by Russ hensel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a Python Template or Example Page for Copy and Paste

Top

code Block

def printbk( some_text ):
    for i_text in some_text[::-1]
        print i_text

def printbk( some_text ):
     for i_text in some_text[::-1]
         print i_text


Second2

  • List1
  • List2
    • listlist
    • listlilst

Table

empty 4 cols

Title Link Summary Homework
Col 1 text Col 2 text Col 3 text Col 4 text
Col 1 text Col 2 text Col 3 text Col 4 text
Col 1 text Col 2 text Col 3 text Col 4 text



Hidden

Links

Learn Python the Hard Way: