Don't wanna be here? Send us removal request.
Text

3 notes
·
View notes
Text

9 notes
·
View notes
Photo

6 notes
·
View notes
Text

#gojou satoru#gojou sensei#kakashi hatake#kakashi sensei#anime#jujutsu kaisen#naruto#naruto shippuden
7 notes
·
View notes
Text

9 notes
·
View notes
Text
my apologies to @captain-konami-code if i was a bit harsh i didnt mean any hate
Happy birthday naruto
Wait what??
i was 1 month early
and 1 user even thought that i was late on wishing naruto where it was 10th september not 10th october
a calendar as a gift to @captain-konami-code and @thecuber134
Happy birthday naruto !!
4 notes
·
View notes
Text
Happy birthday naruto
Wait what??
i was 1 month early
and 1 user even thought that i was late on wishing naruto where it was 10th september not 10th october
a calendar as a gift to @captain-konami-code and @thecuber134
Happy birthday naruto !!
4 notes
·
View notes
Photo
Worst drawings : Bakugo (from My hero academia)
Yes that’s Bakugo !!
Le me : should write “deku” so the viewers will understand this is bakugo
4 notes
·
View notes
Text
Cursed images : Kakashi Version
5 notes
·
View notes
Photo
Cursed images : Naruto version
6 notes
·
View notes
Text


Fact 1:- THERE ARE MORE TREES ON EARTH THAN STARS IN THE MILKY WAY There are about three trillion trees on Planet Earth, and between 100-400 billion stars, approximately, in the galaxy. Fact 2:- THERE ARE MORE STARS IN THE UNIVERSE THAN GRAINS OF SANDS ON EARTH The universe extends far beyond our own galaxy, The Milky Way, which is why scientists can only estimate how many stars are in space. However, scientists estimate the universe contains approximately 1,000,000,000,000,000,000,000,000 stars, or a septillion. While no one can actually count every single grain of sand on the earth, the estimated total from researchers at the University of Hawaii, is somewhere around seven quintillion, five hundred quadrillion grains. That is an awfully big sand castle! the above facts are totally contrary ! which of these do you agree with ?
3 notes
·
View notes
Text

Halleys Comet won’t orbit past Earth again until 2061.
Discovered in 1705 by Edmond Halley, the famous comet was last seen in 1986 and is only seen once every 75 to 76 years.
The initial impact from Halley's Comet would generate a magnitude 10 earthquake, which is stronger than anything that has been recorded on Earth.
11 notes
·
View notes
Text
Fibonacci series in java
*NOTE:- i write all my programs on BlueJ IDE*
/*program to display fibonacci series
this series contains numbers which are the sum of its last two digits displayed
example :-
0
1
1 (1+0)
2 (1+1)
3 (2+1)
5 (2+3)
8 (5+3)
and so on...
*/
import java.util.Scanner; //importing Scanner class from java package
public class fibonacci //introducing fibonacci class
{
public static void main()
{
Scanner sc=new Scanner(System.in);
System.out.print("Input number = ");
int n=sc.nextInt();
int a=0,b=1;
System.out.println(a+"\n"+b);
for(int i=1;i<=n;i++)
{
int c=a+b;
System.out.println(c);
a=b; //a gets the value of the last sum displayed (to swap the values)
b=c; // again to swap the values
}
}
}
3 notes
·
View notes
Photo


Happy birthday Ino Yamanaka and Todou Brother (My besto friendo) ! Ino from Anime Naruto Todou from Anime jujutsu kaisen
3 notes
·
View notes
Text
Any programmers out here? Started programming myself and thought of posting some programs What do you think , is this idea good?
3 notes
·
View notes
Text
youtube
Take this !! (for all the AOT fans) this cover of "my war" is hilarious video by Ange Momone et David
3 notes
·
View notes
Photo


A game for all the naruto fans out there ! "Naruto X Boruto Ninja voltage" this game comes with new updates weekly/monthly new characters,missions and modes are added to an update specially on any character's birthday u can play this game with your favourite naruto character it is available on both android and ios i tried this game recently and it was just amazing This game is good DATTE BAYO !!
4 notes
·
View notes