PY101-CH004- Hello World
Exercise - Basic Programs
Exercise1: Write a program to print the below output
a
ab
abc
Exercise2: Write a program to print the below output a
ab
abc
bc
c
It is strongly recommended to solve these questions before moving to the next video.
Solutions to the Exercises