First python program
Welcome to PYTHON
Let's write our first program
print("Hello world")
In python programing there is very necessary to print your statement into the double quotes if your statement is neither a function nor a variable.
Here we don't have need to use semicolon (;) in the program for the interpreter.
Installing packages
Here we are going to install a only package which is flask by the command prompt or windows powershell.{Here we installing flask by command prompt}👇
By this method we can download and install any python packages.
Comments
Post a Comment