CSEN1021

Welcome to CSEN1021: Programming using Python

Tutorials

  1. How to Sign-up in REPLIT?
  2. How to submit your first assignment?

Exploration examples

Loops

  1. C for loop
  2. For loop using range with 2 arguments.
  3. For loop using range with 3 arguments.
  4. For loop using a list created with range with 3 arguments.

Strings

  1. String indexing.
  2. String slicing using begin:end, just :end and begin:.

Patterns

  1. Pattern Printing.