Skip to content
Menu
Code for Java c
  • Home
  • Java
    • Java Examples
    • Java tutorials
  • C
    • C tutorials
    • C Examples
  • C++
    • C++ Tutorials
    • C++ Examples
  • Python
    • Python Tutorials
    • Python Examples
  • About
    • About me
    • contact us
    • disclaimer
    • Privacy Policy
Code for Java c

Category: Data type in Python

Python language Numbers datatype

Posted on January 20, 2018January 11, 2020

Python language numbers datatype In this tutorial, we will discuss the Python language Numbers datatype. In every programming languages, they have many data types. In Python, data types are used to classify every particular type of data. The number is one of the data types used to store numeric values in Python. Python supports four…

Set datatype in Python programming language

Posted on October 11, 2017September 29, 2019

Set datatype in Python programming language In this tutorial, we will discuss the concept of Set datatype in Python programming language. Set is a data type in Python which is an unordered collection of unique elements. Set has no duplicates and we can add or remove from the set. How to make a set in…

Dictionary in python programming language

Posted on October 9, 2017September 29, 2019

Python dictionary In this tutorial, we will discuss the dictionary in the python programming language. Dictionary is a special type of variable in python. It is an unordered collection of items, it has a pair of items, key and value. When creating the dictionary, we can place items inside of the dictionary using  curly braces{}…

Datatype in python programming language

Posted on October 8, 2017September 8, 2019

Datatype in python programming language In this tutorial, we will discuss the concept of datatype in python programming language Python datatype Data types indicates the type of  value and how the value can be used in programs. Data type is used to allocate memory location in memory. For future use of stored data, variables are…

Tuple in python language with example

Posted on June 18, 2017January 22, 2020

Tuple in python  language with example In this tutorial, we will discuss the concept of Tuple in python programming language   In python language, tuple is similar to a list with some difference. the differents between both are we can not changed the elements of tuple once after is is assigned. but list elenment can…

List in python Programming language

Posted on June 11, 2017September 15, 2019

List in a Python Programming language In this tutorial, we will discuss the list in python programming language. The list is a data type in python that is used to store the sequence of data. When creating the list, we can use comma to separate the values between two square bracket- it looks like an…

tag

Addition (6) Array (38) C++ language (91) C language (98) c sharp (23) Division (6) Function (29) if else (32) Java language (102) JavaScript (5) loops (137) Multiply (7) Oop (2) patterns (65) PHP (13) Python Language (38) Subtraction (7) temperature (20)

Archives

Categories

Address

Global information technology

Puloly south, PointPedro

Jaffna

Srilanka

©2025 Code for Java c | Powered by SuperbThemes