Download and Installation of Python 3 11, How to use IDLE, How to run py file in CMD(No Audio)

Published: 02 November 2022
on channel: Latif Shaik
23
0

‪@latifshaik‬
download and Installation python in windows 10

1. download python 3.11.x from python.org
https://www.python.org/downloads/wind...
https://www.python.org/ftp/python/3.1...

2. install python

open

select both checks
* add python.exe to PATH

select Customize Installation

select all check

select all

*Install Python 3.11 for all users

click install

let wait to install

YES
-
Installed sucessfully

close
----------------
test python

cmd

check python version

python --version
-----------------
python --to open python idle from cmd

print("Hello, Python") --print text on screen

exit() -- to exit python idle
----------------
open idle

print('Hello, Python')

a = 10
b = 20

print(a+b)

print('a+b', a+b)

exit() -- to exit idle
---------------------------
create python file

demo1.py

print("Find Big Number")
a= int(input('a='))
b= int(input('b='))
if a ) b:
print('a is bigger than b')
else:
print('a is not bigger than b')
--------
we can develop and execute
in idle directly


so we can use it as ide

-----------

thanks for watching


Watch video Download and Installation of Python 3 11, How to use IDLE, How to run py file in CMD(No Audio) online without registration, duration hours minute second in high quality. This video was added by user Latif Shaik 02 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 23 once and liked it 0 people.