Introd. to Python:- Python Statements and Control Loops {Statement} [Python Course]

This is a Python Course Firstly we discuss the ’Introduction to Python’ which analogy to Python Statement:- • Types of Statement:- o Conditional Statement:-  if statement  else Statement:- • if-else statement  elif Statement:- • If-elif-else statement o break Statement:-  break with for loop  break statement with while loop o continue Statement o pass Statement • Function:- o range() Function o next() function: • Loops:- finite and infinite loop o for loop  for loop with string o while loop • Iterables means collection of other objects o Iterable • Iterator
Back to Top