How to Learn Python In 100 Minutes : Practical Guide For Only Beginners by Rohit Shinde

How to Learn Python In 100 Minutes : Practical Guide For Only Beginners by Rohit Shinde

Author:Rohit Shinde [Shinde, Rohit]
Language: eng
Format: epub
Publisher: Seattle Digital Publications
Published: 2018-06-21T23:00:00+00:00


Variables

“You Can Store Anything Using Variables”

This is the thing which you will use most of the times in programming, Variables are used to allocate and store information in computer memory.

Here are 3 things we are going to use when declaring variables:

1) Identifier

2)Assignment Operator

3)Value

In Python IDLE

Code:

a=23

Press Enter, In Memory “a” identifier assigned value “23”

Now type “a” and Press Enter. You Will see the output as “23”. In This Way We declare Variable in Python



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.