Search This Blog
Archive Pages Design$type=blogging$count=7
Follow Us$type=social_counter
- youtube
Blog archives
-
â–º
2022
(11)
- â–º December 2022 (7)
- â–º November 2022 (4)
-
â–º
2021
(3)
- â–º August 2021 (1)
- â–º April 2021 (1)
-
â–¼
2020
(24)
- â–º August 2020 (1)
-
â–¼
June 2020
(11)
- Full form of abbreviations
- Full forms of word
- Full forms of computer related parts 4
- Full forms of computer related parts 3
- Full forms of computer related parts 2
- Full forms of computer related parts
- If-else- Python- Alpha Codist
- Import- Python- Alpha Codist
- Integer and Strings -Alpha Codist
- Install Python and PyCharm easy way with pictures-...
- Html Tags list
- â–º April 2020 (2)
Did You Know?$quote=Alpha Codist
/fa-clock-o/ Monthly Trending$type=list
-
While-else is used to create loops. When you want to run a code multiple times or run a piece of code for a long time you will need to use a...
-
For loop Python For Loops. A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a strin...
-
Selection Test 1 Read 4 integers and validate them with some conditions. After this, print if they are valid or not. The formula is: Take in...
RECENT WITH THUMBS$type=blogging$m=0$cate=0$sn=0$rm=0$c=4$va=0
RECENT$type=list-tab$date=0$au=0$c=5
REPLIES$type=list-tab$com=0$c=4$src=recent-comments
RANDOM$type=list-tab$date=0$au=0$c=5$src=random-posts
/fa-fire/ YEAR POPULAR$type=slider$snippet=hide$cate=0
-
Process of Program Planning No work is done well without proper planning. So if you want to write a program, the program is completed throug...
-
Interval The formula is: Take input. Create a list of numbers that are given as intervals. The list will have one number once. Loop through...
-
Bhaskara's Formula Read 3 floating-point numbers (double). Print the result with 5 digits after the decimal point. if it is impossible t...