Python booleansBoolean values are some of the most important and fundamental concepts in programming. They are used to represent the true value of a statement, and they can be either True or False. In Python, boolean values are represented by the keywords True and ...Jan 7, 2023·1 min read
Python NumbersINTRODUCTION: Hey Folks, How you doin'? HOPE u all are doing well! so I am back with another python blog Enjoy!!! OK, so today we are going to talk about Python Numbers in detail. There are three numeric types in Python: int float complex Example:...Sep 26, 2022·2 min read
Python VariablesINTRODUCTION: Hey Folks, How you doin'? HOPE u all are doing well! so I am back with another python blog Enjoy!!! OK, so today we are going to talk about Python Variables in detail. Variables: Variables are containers for storing data values. Creati...Sep 23, 2022·1 min read
Introduction to PythonAbout me: Hi! I am Miss Creative😇 and I am currently a student I have learned python and HTML and made many projects including several web pages🥰 I have a strong passion for programming 🤗and designing of course and that is what motivates me to wri...Sep 15, 2022·1 min read