This is basic of python keywords and general if you have any question free to dm!!!
Print Function:
Demonstrates the basic usage of the print() function to output text to the screen. User Input:
Explains how to collect input from users using the input() function, assigning the value to a variable. If, Elif, Else Statements:
Introduces conditional logic using if, elif, and else to check for certain conditions and perform actions based on the user's input. Lists:
Shows how to create and manipulate lists, including accessing specific items by index and creating lists with different data types. Quizzes:
Encourages hands-on practice with small quizzes that ask users to write their own code, such as printing their name, creating login and password prompts, and working with conditional logic.