What is Python?
Python is a high-level, interpreted programming language that is widely used for a variety of purposes, including web development, data analysis, artificial intelligence, scientific computing, and more. It was first released in 1991 by Guido van Rossum and has since become one of the most popular programming languages in the world.
Python is known for its simplicity, readability, and ease of use. Its syntax is designed to be easily readable and intuitive, which makes it a great choice for beginners who are just starting to learn programming. However, it is also a powerful language that can be used for complex tasks and projects.
Python is an open-source language, which means that anyone can download and use it for free. It has a large and active community of developers who contribute to its ongoing development, creating new libraries and tools that make it even more versatile and useful.
Python Project - Candy Crush
Python project – candy crush complete code is given below. you can simply intsall the software by following given methods
Candy Crush - Working Method
- Install TKinter in your device>> use cmd>> type- pip install tk
- Save the square shape picture(you can create these pictures in paint- 1. red, 2, yellow, 3. Green, 4. blue etc) in same folder where you saved python project’s file.
Code:
Result:
