Python Template

From OpenCircuits
Jump to navigation Jump to search

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

Top[edit]

code Block[edit]

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[edit]

  • List1
  • List2
    • listlist
    • listlilst

Table[edit]

empty 4 cols[edit]

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[edit]

Links[edit]

Learn Python the Hard Way: