1Python is a high-level programming language designed to be easy to read and
2simple to implement. It is open source, which means it is free to use, even
3for commercial applications. Python can run on Mac, Windows, and Unix
4systems and has also been ported to Java and .NET virtual machines.
5
6Your welcome fellow coder :)
1'''
2Python is a really good programming language for beginners!
3You can do many things with it, such as, AI and machine learning,
4Web development, Finance, language development, and much more!
5'''
6
7# Here is an example of a python program
8print("Hello World")
9# The program above prints the String "Hello World" on the console.
10
11
12# Well Done!