Hello World Python
# Python code for "Hello World"
print("Hello!, I'm from crackforcrack")
Note: Please note that Python doesn't depend on the braces ( {} ), instead it uses indentation for its scope.
print("Hello!, I'm from crackforcrack")
Note: Please note that Python doesn't depend on the braces ( {} ), instead it uses indentation for its scope.
Intoduction To Python
Python is an easy to learn and powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
Python was developed by Guido_van_Rossum in early 1990’s and its latest version is 3.8.1, we can simply call it as Python 3. Python 3.0 was released in 2008, Python 3.8.1 was released in Dec. 18, 2019.
Python was developed by Guido_van_Rossum in early 1990’s and its latest version is 3.8.1, we can simply call it as Python 3. Python 3.0 was released in 2008, Python 3.8.1 was released in Dec. 18, 2019.
Subscribe to:
Posts (Atom)