Skip to content

hrosicka/PythonForBeginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonForBeginners

Simple examples for beginners.

Example1.py

  • Simple Example 1
    • input, variables, strings, print
  • Simple Example 2
    • input, math, pow, print
  • Simple Example 2
    • input, math, pow, print
    • circle perimetr and area calculation

Example2.py

  • Simple Example 1
    • print, in/not in, True/False
  • Simple Example 2
    • if/else
  • Simple Example 3
    • if/else, math, round

Example3.py

  • Basic Calculator
    • total, difference, product, quotient
    • input, calculate and print results

Example4.py

  • Calculator
    • total, difference, product, quotient
    • input, calculate and print results, repeater, choice operation

Example5.py

  • While cycle
  • Conditions
  • Arrays