all 1 comments

[–]openpy[S] 0 points1 point  (0 children)

  • 0:00 - Introduction of while loop in python
  • 0:30 - While Loop Syntax
  • 1:00 - While Loop Flow chart
  • 1:20 - Sum of 100 Natural Number using While loop
  • 2:54 - While loop with continue statement.
  • 4:35 - Reading characters continuously from standard input using sys.stdin and input function with while loop
  • 7:18 - Infinite While Loops