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

Опубликовано: 02 Ноябрь 2022
на канале: 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


Смотрите видео Download and Installation of Python 3 11, How to use IDLE, How to run py file in CMD(No Audio) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Latif Shaik 02 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 23 раз и оно понравилось 0 людям.