TO Python: Dr. S. Selvakanmani, Associate Professor, Department of Cse, Velammal I Tech
TO Python: Dr. S. Selvakanmani, Associate Professor, Department of Cse, Velammal I Tech
TO Python: Dr. S. Selvakanmani, Associate Professor, Department of Cse, Velammal I Tech
TO
PYTHON
Dr. S. SELVAKANMANI,
ASSOCIATE PROFESSOR,
DEPARTMENT OF CSE,
VELAMMAL I TECH
AGENDA
Vs
>>> - Chevron
PYTHON – WORKING IN IDLE
Type the commands in the newly opened window and save the
program with the extension (.py )
https://repl.it
colab.research.google.com
https://www.codechef.com/ide
https://pynative.com/online-python-code-
editor-to-execute-python-code/
https://www.jdoodle.com/python3-
programming-online/
PYTHON – SYNTAX
Eg:
A=3
A is the identifier and 3 is the value assigned to it.
The same identifier can be used to refer to another value.
Eg:
A = „hello‟
So, the value being referred can change (or vary), hence it is
called a variable.
It is important to remember that a variable is a name given
to a value, and not to a memory location storing the value.
THANK
YOU