Technology Inside Out!

Index ¦ Archives ¦ Atom ¦ RSS > Category: Python ¦ Atom

Conditional Statements in Python

Conditional Statements in python

In this tutorial we will discuss about conditional statements in python. Conditional statements are used to perform different computation based on the Boolean expression which turns out to be true or false . Boolean expression is on which these conditional statement works. Various Conditional statement used are:

  • If
  • Else
  • Else if …

Variables in PYTHON

Variables in Python

Variables

Variables are used for storing data in the form of integer,char ,boolean etc.They act as a storage medium for us . Based on the datatype of variable  interpreter allocates the memory required by that datatype. There are 4 types of variables.

  • Integer
  • String
  • float
  • complex

Values are assigned …


PYTHON - Getting Started

1624592_800549696627341_1247213667_n


 

Why Python ?


Python is a **high-level programming** language whose syntax is said to be clear and expressive. Python has a large standard library. Python is an easy to understand language we can learn this language in a few days and for making any gaming software we should must have good …

© The Geeky Way. Built using Pelican. Theme by Giulio Fidente on github.

Disclaimer Privacy policy