Search This Blog
$type=slider$snippet=hide$cate=0
Python$type=sticky$count=4$cate=1$icon=1
Python Problems$type=carousel
Python-Soft$type=three$author=hide$comment=hide$rm=hide
Computer$type=complex$count=4
My Creation$type=blogging$cate=2$count=4
Archive Pages Design$type=blogging$count=7
Follow Us$type=social_counter
- youtube
Featured Post
Average 3 (beeCrowd- 1040) URI 1040 solution C, Python
Average 3 The formula is: Take input. Get the average of n1,n2,n3, and n4 with the formula: (n1*2+n2*3+n3*4+n4*1)/10 (Her 2,3,4 and 1 multi...
Blog archives
-
▼
2022
(11)
-
▼
December 2022
(7)
- Average 3 (beeCrowd- 1040) URI 1040 solution C, Py...
- Snack (beeCrowd- 1038) URI 1038 solution C, Python
- Interval (beeCrowd- 1037) URI 1037 Solution C, Python
- Bhaskara's Formula (beeCrowd- 1036) URI 1036 Solut...
- Selection Test 1 (beeCrowd- 1035) URI 1035 Solutio...
- Banknotes and Coins (beeCrowd- 1021) URI 1021 Solu...
- Age in Days (beeCrowd- 1020) URI 1020 Solution C, ...
- ► November 2022 (4)
-
▼
December 2022
(7)
-
►
2021
(3)
- ► August 2021 (1)
- ► April 2021 (1)
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...
-
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...
-
Run Android From Pendrive If you want to run Android on your PC. But don't wanna install it directly on your PC you can install it on yo...
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
-
Hello everyone, how are you? Today we're gonna learn about Import . When you are creating a big project you can't code everything yo...
-
Age in Days You have to read an integer value. This value is in seconds. All you have to do is convert it to hour:minute: second format. The...
-
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...