Calling aΒ Function in Python After creating a function in Python we can call it by using the name of the functions Python followed by parenthesis […]
Read moreCategory: Tech Education
Python function
Python Function Python Functions is a block of statements that return the specific task. The idea is to put some commonly or repeatedly done tasks […]
Read moreFloating Point Numbers
Floating Point Numbers Floating Point Numbers “Floating pointβ refers to a set of data types that encode real numbers, including fractions and decimals. Floating-point […]
Read moreGray Code
Gray Code Gray Code Gray Code is a binary numbering system where two successive numbers differ in only one bit . The Gray Code […]
Read moreASCII CODE
ASCII CODE ASCII CODE ASCII Code stands for American Standard Code for Information Interchange and is pronounced as “ask-ee” . ASCII code is universally […]
Read moreBCD CODE
BCD CODE BCD CODE BCD Code is stand for Binary Coded Decimal . Binary code is the best way to represent the decimal digit […]
Read moreSome programs of loop in Python
Program of loop in Python Python program to print a multiplication table of a given number. # if the given range is 10 given_number […]
Read moreLoop in Python
Loop in Python In Python, loops are used to iterate over a sequence (like a list, tuple, dictionary, set, or string) or to repeat an […]
Read moreString in Python
In Python, a string is a sequence of characters enclosed in quotes. You can use single quotes (‘), double quotes (“), triple single quotes […]
Read moreData types in Python
-Data types in Python – Python provides a variety of built-in data types that allow you to handle different kinds of data effectively. Here […]
Read more
Recent Comments