filmov
tv
Chapter 8 Flow of Control - One Shot | Class 11 Computer Science | IN ENGLISH🎯
Показать описание
🙋♀️Welcome to Playlist of CBSE Class 11- Computer Science with Python.
______________________________________
_________________________________________
🔖Chapter 8 - Flow of Control | ONE SHOT
✅Topics covered -
💻00:00 - Types of Statements
💻04:14 - Statement Control Flow
💻06:44 - Types of 'if' statement
💻18:21- Membership operator and range() function
💻22:10 - Looping Statement - for and while
💻28:13 - Jump Statements - break and continue
💻32:55 - 'loop else' statement
💻37:06 - Python program to check whether the number is even or odd
💻40:15 - Python program to check whether the number is positive, negative or zero
💻42:10 - Python program to calculate total, percentage and print result
💻44:26 - Python program to check eligibility to vote
💻46:33 - Python program to print numbers from 1 to 5
___________________________________________
🎯Correction - Jump statement - 'Continue' (Timestamp 31:11)
🔖Program 1: "jump in a while loop"
Add statement - x=x+1 in 'if' block before 'continue'
if x==3:
x=x+1
continue
🔖Program 2: "jump in a for loop"
for x in range(1,6):
if x==3:
continue
print(x)
print("End of program")
_______________________________________
🐍PYTHON MINI-PROJECT IDEAS:
________________________________________
________________________________________
#cbseclass11 #python #pythonforbeginners #pythonprogramming
🎆 I wish you a happy, healthy, prosperous, and fulfilling new year.
Welcome to 2023!
🙏Thank you for watching :)
@pradnyasclass
______________________________________
_________________________________________
🔖Chapter 8 - Flow of Control | ONE SHOT
✅Topics covered -
💻00:00 - Types of Statements
💻04:14 - Statement Control Flow
💻06:44 - Types of 'if' statement
💻18:21- Membership operator and range() function
💻22:10 - Looping Statement - for and while
💻28:13 - Jump Statements - break and continue
💻32:55 - 'loop else' statement
💻37:06 - Python program to check whether the number is even or odd
💻40:15 - Python program to check whether the number is positive, negative or zero
💻42:10 - Python program to calculate total, percentage and print result
💻44:26 - Python program to check eligibility to vote
💻46:33 - Python program to print numbers from 1 to 5
___________________________________________
🎯Correction - Jump statement - 'Continue' (Timestamp 31:11)
🔖Program 1: "jump in a while loop"
Add statement - x=x+1 in 'if' block before 'continue'
if x==3:
x=x+1
continue
🔖Program 2: "jump in a for loop"
for x in range(1,6):
if x==3:
continue
print(x)
print("End of program")
_______________________________________
🐍PYTHON MINI-PROJECT IDEAS:
________________________________________
________________________________________
#cbseclass11 #python #pythonforbeginners #pythonprogramming
🎆 I wish you a happy, healthy, prosperous, and fulfilling new year.
Welcome to 2023!
🙏Thank you for watching :)
@pradnyasclass
Комментарии