10/31/2020

Life hacks

 Hello!

Today, I'm going to show you life hacks!

1. Remove highlighter stains

So, If you remember the word in the dictionary that you highlighted, you can erase with lemon juice!


2. Fog free mirrors

Use a hot shower and Car wax and some soft, dry cloth to prevent from your mirrors from fogging.



3. Stickers!!

You can use a dryer to make hot and take the stickers with a putty knife when you want to peel off the stickers in the wall.



Bye!!!


10/30/2020

Life hacks 7

 Hello! 

Today, It is going to be life hacks!

1. Door locks!!

Use a rubber band too keep a door from latching.

2. Broken Keyboard

You can use a clip to fix the keyboard.



10/27/2020

Demon Slayer characters (Tanjiro🎴 )

 Hello!

Today, I'll show you the Demon slayer Secrets.

Today's character is this!


    Kamado Tanjiro(竈門 炭治郎)













Tanjiro is a kind swordsman.

His sister, Kamado Nezuko(竈門 禰豆子)became an oni(demon), and he knew about Demon corps(鬼殺隊) by a man, Tomioka Giyu(冨岡 義勇) and Learned some breathing techniques(呼吸) from a Old man, Urokodaki Saionji(滝左近次).


Breathing Techniques he uses : Water Breathing(水の呼吸), Hinokami Kagura(ヒノカミ神楽)

Brothers and Sisters : Nezuko(竈門 禰豆子), Takeo(竈門 竹), Hanako(竈門 花子), Shigeru(竈門 茂), Rokuta(竈門 六太)

Voice actor : Natsuki Hanae(花江夏樹)

Favorite Food : Aralia elata bud(タラの牙)


That's great!

Bye!!

10/26/2020

Life hacks 6

 Hello!

There's to many life hacks!

I'll show you some of them.

1. Emergency popcorn

You can put your popcorn in your hood while doing work.








2. Frozen Spoon

If your Spoon is too frozen to scoop, heat the spoon for 30 seconds in the microwave.











3. Toothpaste food

If you don't have time to brush your teeth, put your toothpaste to some food.













Bye!!!!🐉


10/25/2020

Python Explatnation (Edabit //Oddish and Evenish)

 Hello!

Today is going to be the python explanation!

Today's question is this!

Create a function that determines whether a number is Oddish or Evenish. A number is Oddish if the sum of all of its digits is odd, and a number is Evenish if the sum of all of its digits is even. If a number is Oddish, return "Oddish". Otherwise, return "Evenish".

For example, oddish_or_evenish(121) should return "Evenish", since 1 + 2 + 1 = 4. oddish_or_evenish(41) should return "Oddish", since 4 + 1 = 5.

Examples

oddish_or_evenish(43) ➞ "Oddish"

oddish_or_evenish(373) ➞ "Oddish"

oddish_or_evenish(4433) ➞ "Evenish


From : Oddish vs. Evenish


And my code is here!

def oddish_or_evenish(num):
strlist = list(str(num))
lst = []
for i in strlist:
lst.append(int(i))
num = sum(lst)
if num % 2 == 0:
return "Evenish"
else:
return "Oddish"

Let's see the code.

First, we make a list with string numbers.

It should be like this.

EG.

["4", "2", "1" ]

Next, we loop the string list and append the number to an empty list with integers.

Next, we sum(Plus) the list with integers.

It should be, 7. (From the example)

Lastly, we check if it is Evenish or Oddish, with checking with Modulo(%).

We mod with 2, and if it is 0, It is Evenish.

Otherwise, it is Oddish.

easy code, Right?

this is the algorithm.















Bye!!!

10/24/2020

Life hacks 5

  Hello!

Today is going to be the life hacks!

1.  DIY smartphone speaker

You can get a toilet paper, and a pin, and also a smartphone.











2. Freezing Beverage

Roll up a paper towel around and put in the fridge and wait.

You'll see what happens.








3. Big alarm

You can put a smartphone in a cup to make the alarm sound really bigger.












Bye!!!

10/23/2020

Life hacks 4

 Hello!

Today, I'll show you more Life hacks!

1. Luggage check

You want to check your luggage?

Well, Tie a bright color tie!











2. Summer Cookies

You can fry cookies from the sun, when it is hot!


3. Emergency money

You can use a glue stick(empty) to store your money.












Bye!!!










































10/22/2020

Life hacks 3

 Hello!

Today, I'll show you some Life hacks again!

1.  Two things in microwave

You want two things in one microwave? 

You can put the second thing on a mug.







2. Yolks move

You want to see the yolks move with not breaking?

Check out this!








3. Food juice Leftovers

You want to throw away food juice leftovers?

Well, you can put some old newspapers at the bottom of the trash bin.








4. Strawberry stem

Use a straw to take the stem of the strawberry.












From : 40 Life Hacks That Will Change Your Life / Bored Panda & The 55 Most Useful Life Hacks Ever << TwistedSifter


Bye!!

10/21/2020

Life hacks 2

 Hello!

Today, I will show you 4 Life hacks!


1. Drilling celling

You can use a base of a plastic cup to the drill.

It can prevent from dust and debris.









2. Medicine Juice

Do you have a kid that doesn't like medicine?

If you have, you can take the medicine in the juice pack to fake the kid.








3. Bottle fry

When you fry something hot, sparks will fly on to your hand, right?

Actually, there is a way to prevent.

Take a 2 litter soda bottle, and you get the sleeve!









4. Clip plug

Bread clips can help to label the code like this.








Bye!!!






10/20/2020

Life hacks!

 Hello!

Today, I'll show you some Life hacks !

1. Sunglass stand

You can use a sunglass to stand your phone.

That makes your phone stand and, watch more better movies, and etc.











2. Dustpan sink

You can use a dustpan to fill the bucket(Or something) that's not going to fit on the sink.












3. Bottle lights

You can put your phone under the water bottle to make a lantern that not makes direct light.









4. Lemon squeeze

You can squeeze the lemon with a really easy way : Just squeeze the lemon between the tongs.












Bye!!!


Super Leo 4!

  Leo : Let's do this! Reimu : I'll kill those monsters, so you go! Leo : Yeah! I'll go to the goal!  Leo : Let's go〜! ? Wai...