Welcome to CSEN1021: Programming using Python
Tutorials
- How to Sign-up in REPLIT?
- How to submit your first assignment?
Exploration examples
Loops
- C for loop
- For loop using
range
with 2 arguments.
- For loop using
range
with 3 arguments.
- For loop using a
list
created with range
with 3 arguments.
Strings
- String indexing.
- String slicing using
begin:end
, just :end
and begin:
.
Patterns
- Pattern Printing.