String Methods, Conditional Statements (if/elif/else), Loops (for, range()) (opens in new tab)
๐ Python for DevOps โ Class 5 Notes Topic: String Methods, Conditional Statements (if/elif/else), Loops (for, range()) ๐ Key Concepts Overview Concept One-Line Definition String Methods Built-in functions to inspect and transform strings if / elif / else Execute code blocks based on conditions for loop Iterate over any iterable โ string, list, range, dict range() Generate a sequence of numbers to loop over Nested if An if block inside another if block Nested for A for loop inside another for ...
Read the original article