Posts

Showing posts from September, 2022

LOOPS SYNTAX

Syntax of loop :  for i in range(start,stop,step): if ture      # statements are execute       # if flase then stop loop itration for loop :  for loop is sequential loop,   It contain a value in a single variable ..     

About programing

 What is oops :  Object oriented programming skill