Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.43 KB

3-basics.md

File metadata and controls

48 lines (31 loc) · 1.43 KB

Python Basics

Objective

Learn the basics of Python language

  • Writing code
  • Comments
  • Numeric types and Strings
  • String formating

Reference

Essentials

Exercises

Essentials

Checklist

At this point, you should:

  • be comfortable in writing and executing Python code
  • work with numbers and strings and operators
  • Print out formatted strings