Behram Faroogh

Python

Hello World

  • ??? Use print() to display text
  • ?? Strings must be quoted
  • ?? Python is case-sensitive

Loops

  • ?? for loops iterate sequences
  • ?? range(n) creates a number list
  • ?? Indentation is critical!

Functions

  • ?? Use def to declare functions
  • ?? Inputs go in parentheses
  • ?? Use return to give back results
Results will appear here...