DevOps Classroom notes 07/Oct/2025

Loops

while <expression>:
   ...
   ...
   ...

sequence datatypes

x = [5, 6]
  • tuple
y = (5,6)
  • Sequence types support slicing
start:stop:step
  • set: Set is unique collection
  • All sequence types are iterables, i.e. for iterabales we have one more way of looping called as foreach
  • Refer Here for notebook

Exercise

  • Trying fixing the errors in following programs
  • Refer Here for problems to be debugged and fixed.

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Plugin for Social Media by Acurax Wordpress Design Studio

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube