News Ticker

Menu

Understanding Python Variables



Variables are everything about reserved memory locations to store values. This means anytime you make a variable you reserve some space in memory.

Python is completely object oriented programming language, it is not statically typed. You don't need to declare variables before using them, or declare their type. Every variable in Python is an object.


Share This:

Uncle Noobee

Uncle Noobee - Editor of Noobsquare.com , loves science and technology specially internet. Sees internet as the largest university with millions of students. Every students have rights to learn their own subject and to master it.

No Comment to " Understanding Python Variables "

  • To add an Emoticons Show Icons
  • To add code Use [pre]code here[/pre]
  • To add an Image Use [img]IMAGE-URL-HERE[/img]
  • To add Youtube video just paste a video link like http://www.youtube.com/watch?v=0x_gnfpL3RM