Nidhi AshtikarPython- Day 24- FUNCTIONS- Return ValuesA function can process data and return a value or set of values.21h ago121h ago1
Nidhi AshtikarPython- Day 23- FUNCTIONSYou’ll learn the essentials of writing functions in Python. Functions are named blocks of code that perform specific tasks.Oct 281Oct 281
Nidhi AshtikarPython- Day 22- Using a While Loop with Lists and DictionariesHandling Multiple User Inputs:Oct 25Oct 25
Nidhi AshtikarPython- Day 21- While LoopsA for loop iterates over a collection of items, executing a block of code for each item.Oct 24Oct 24
Nidhi AshtikarPython- Day 20- User InputMany programs are designed to solve real-world problems for users. To do so, they need to receive input from the user.Oct 231Oct 231
Nidhi AshtikarPython- Day 19- DICTIONARIES {_} “ Working with Nested Data Structures”Nesting is an advanced concept in Python where you store multiple dictionaries in a list or a list of items as a value inside a dictionary.Oct 22Oct 22
Nidhi AshtikarPython- Day 18- DICTIONARIES {_}You’ll learn how to work with Python dictionaries, which allow you to associate pieces of related information through key-value pairs.Oct 21Oct 21
Nidhi AshtikarPython- Day 17- IF Statements with ListsCombining lists with if statements enable powerful control over how you process data.Oct 20Oct 20
Nidhi AshtikarPython- Day 16-IF StatementsOnce you understand conditional tests, you can start using if statements to control the flow of your Python programs.Oct 191Oct 191
Nidhi AshtikarPython- Day 15-IF Statements- Core PrinciplesOverview of Conditional Statements in Python:Oct 18Oct 18