11/30/2020

Kanao

 Hello!

Today is Kanao!


Tsururi Kanao(栗花落 カナヲ)









Kanao is a demon slayer corps team mate.

She uses the Flower breathing.


Her birthday : May, 19th


Bye!!!

11/29/2020

Wakayama Shirahama Trip!

 Hello!

Today is about a trip!


Trip to Wakayama Shirahama


We went to Wakayama・Shirahama(和歌山・白浜) by car, with my parents.

First, we went to a Seafood market, Tore Tore Market(とれとれ市場).

There was many fishes!!









We bought Salted Plum.

Then, we went to a hotel called Hotel Harvest.








We checked in, go to the room and first rested in the room.

Then we went to the restaurant and ate buffet.

There is so many food, my tummy get bigger!

After that, we went to the main bath and rested.

It was a good bath.

Then, we did Nintendo Switch a little and slept.

..........

We woke up.

It's the second day!

We went  to the restaurant, and it's the buffet!

I ate so much.

After that, I went to the main bath.

Great!

We checked out and went to....

Adventure World!

We saw the Pandas!

It was really cute!











I heard a panda birthed a baby!

But, we couldn't see.

We saw the Penguins, the Birds, and many!

We rode on a car that leaded to the safari!

There was White tigers, Lions, and etc.


The Dolphin show was really amazing!


Then, we come home.


Bye!!!


11/27/2020

Sanemi 🌬

 Hello!

Today is Sanemi!


Shinazugawa Sanemi(不死川実弥)


Sanemi is a Wind Pillar, he has a little brother, Genya.

He is mad at Genya, and he loves Ohagi.


His birthday : November 29th


Bye!!

11/26/2020

Gyomei 🌄

 Today is Gyomei!


Himejima Gyomei (悲鳴嶼行冥)










Gyomei is a Rock Pillar, he was in the temple. 

One time, a demon came to the temple, and he finished the demon off by punching.


His birthday : August 23rd


Bye!!!

11/24/2020

Obanai 🐍

 Hello!

Today is Obanai!


Iguro Obanai (伊黒小芭内)








Obanai is a snake pillar, he has a Insistent personality.

He has a snake, Kaburamaru.


His birthday : September 15th


Bye!!


11/23/2020

Misturi 💕

 Today is Mitsuri!


Kanroji Misturi (甘露寺蜜璃)









Mitsuri is a Love pillar, she ate to many Sakura Mochi, and her hair and eye's color changed.

Her master is Kyojuro, the Fire Pillar.

She eats many food, and her muscles are getting really big!


Her birthday : June 1st


Bye!!!

11/21/2020

Python Explnation (Edabit // Longest word)

 Hello!

Today's question is this!

Create a function that takes a word and extends all vowels by a number num.

Write a function that finds the longest word in a sentence. If two or more words are found, return the first longest word. Characters such as apostophe, comma, period (and the like) count as part of the word (e.g. O'Connor is 8 characters long).

Examples

longest_word("Margaret's toy is a pretty doll.") ➞ "Margaret's"

longest_word("A thing of beauty is a joy forever.") ➞ "forever."
  
longest_word("Forgetfulness is by all means powerless!") ➞ "Forgetfulness"

 

OK!

This is my solved code!

def longest_word(s):
words = s.split(' ')
string = ""
for word in words:
if len(string) < len(word):
string = word
return string

Let's split the word!

Then, let's make a new string and loop.

We will check if the length of the string is smaller than the word's length.

Then, we will change the string to the word.

Lastly, we will return the string.

 

Easy!

Bye!!!

 

Zelda mods!!

 Hello!

Today, I'll show you some Zelda mods!


1. Playable princess



You can now play with Zelda, not Link!


2. The Legend of Waluigi : Breath of the wild


Waluigi is replaced with Link!



Bye!!

11/20/2020

Tengen 🎶

 Hello! Today is Tengen!


Uzui Tengen(宇随天元)











Tengen is a Sound pillar, he has 3 wives.

He retired demon slayer corps while a fight with Upper rank 6.


His birthday : October 31st

Bye!!


11/19/2020

Muichiro 🌫

 Today is Muichiro!


Tokito Muichiro(時任 無一郎)











Muichiro is the Mist pillar, he has a brother, Yuitchiro.

He became to a Hashira in 2 months.


His birthday : August 8th


Bye!!!


11/18/2020

Kyojuro🔥

 Hello!

Today is going to be Kyojuro.


Rengoku Kyojuro










Kyojuro is Fire pillar, he has a little brother Senjuro.

Kyojuro is really strong, and kind.

But he died while fighting with Upper Rank 3.


His birthday : May 5th


Bye!!!


11/16/2020

Shinobu🦋

 Hello!

Today is going to be Shinobu!


Cocho Shinobu (胡蝶 しのぶ)











Shinobu is studying poison that kills demons.

Shinobu is always angry, and she is the insect pillar.

Her sister was killed by Upper rank 2.


Her birthday : February, 24th


Bye!!!

11/15/2020

Python Explanation (Edabit // Employee class with keywords)

 Hello!

Today I will solve this question!

Create a class Employee that will take a full name as argument, as well as a set of none, one or more keywords. Each instance should have a name and a lastname attributes plus one more attribute for each of the keywords, if any.

Examples

john = Employee("John Doe")
mary = Employee("Mary Major", salary=120000)
richard = Employee("Richard Roe", salary=110000, height=178)
giancarlo = Employee("Giancarlo Rossi", salary=115000, height=182, nationality="Italian")

john.name ➞ "John"
mary.lastname ➞ "Major"
richard.height ➞ 178
giancarlo.nationality ➞ "Italian"

And this is my solved code!

class Employee:
def __init__(self, name, salary=0, height=0, nationality="", subordinates=""):
self.firstname, self.lastname = name.split(' ')
self.salary = salary
self.height = height
self.nationality = nationality
self.subordinates = subordinates

First, the first name and the last name is the name splited.

Wendy (Split) Nickel

Next, we have the variable salary.

Put the salary into the self.salary.

Height, nationality, and subordinates is also same!

Put the (height, nationality subordinates) into the self.(height, nationality subordinates) .



That was really easy!

Bye!!!

11/14/2020

Tomioka Giyu 🌊

 Hello!

Today is Giyu!


Tomioka Giyu(冨岡 義勇)











Giyu is a calm swordsman.

He invited Taijiro to Demon slayer corps.

He uses water breathing, and little frustrated with Shinobu(しのぶ).


His birthday : February 8


Bye!!!

11/13/2020

Inosuke 🐗

 Hello!

Today, I will introduce about Inosuke!


Hashibira Inosuke (伊之助)












Inosuke is a rough character, and he is raised by a mountain.

He has two swords, that is rough.

He has a headgear which looks like wild boar.


His birthday : April 22nd

His age : 15


Bye!!

11/12/2020

Zenitsu⚡️

Hello!
Today, we will show you about Zenitsu!


Agatsuma Zentitsu(我妻 善逸)




















Zenitsu is a coward, but when he sleeps, he unleashes his power.
He also is kind!


Birthday : September 3rd
His likes : Sweet and Expensive things


Bye!!

11/11/2020

Sort the apps!3

 Hello!

Today, we will also split apps!

Today we will split with how to use!


Writings

1. Evernote

2. Reminders

3. Notes

4. Stickes

5. Google spread sheet

6. Blogger 


Code

1. Visual studio code

2. Scratch

3. Idle

4. Pycharm


Audio

1. Google play music

2. Youtube music

3. Siri

4. Google Home

5, Itunes


Bye!!!



11/10/2020

Sort the apps! 2

 Today, we will sort the apps by how to use.



MUSIC

1. Spotify

2. Itunes

3. Google play music

4. Youtube music(?)


BROWSER

1. Safari

2. Google

3. Bing

4. Internet Explorer


PHOTOS

1. Photo booth

2. Photos

3. Google photos

4. Skitch

5. Quick time player


SNS AND COMUNICATION

1. Twitter

2. Facebook

3. Skype

4. Messenges

5. Discord


Next is going to split about how to use again!

Bye!!!


11/09/2020

Sort the apps

Hello!

Today, we will sort apps into colors.


BLUE APPS

1. Skype

2. Dropbox

3. App Store

4. Discord

5. Facebook

6. Twitter

7. Messenges

8. Weather

9. Visual Studio Code


RED APPS

1. Dictionary

2. Photo Booth

3. Skitch

4. Voice Recorder

5. Youtube


YELLOW APPS

1. IBooks

2. Stickies


GREEN APPS

1. CotEditor

2. Evernote

3. Face time

4. Spotify


COLORFUL APPS

1. Grapher

2. Photos

3. Itunes

4. Mission Control

5. Siri

6. Chrome

7. Google maps

8. Google photos

9. Play store

10. Gmail

11. Instagram

12. Tik tok


Colorful apps WIN!!

So, colorful apps is when the apps color is more than 3 colors or more.

Bye!!!

11/08/2020

Python explanation (Edabit // Fizz Buzz Interview Question)

Hello!
Today is going to be Python Explanation!
🐍: ME?😍
Leo618 : Uh, no...😓
🐍 : Oh.....😒
Leo618 : Sorry, uh..... Never mind.😅
 The question is this!

Create a function that takes a number as an argument and returns "Fizz""Buzz" or "FizzBuzz".

  • If the number is a multiple of 3 the output should be "Fizz".
  • If the number given is a multiple of 5, the output should be "Buzz".
  • If the number given is a multiple of both 3 and 5, the output should be "FizzBuzz".
  • If the number is not a multiple of either 3 or 5, the number should be output on its own as shown in the examples below.
  • The output should always be a string even if it is not a multiple of 3 or 5.

Examples

fizz_buzz(3) ➞ "Fizz"

fizz_buzz(5) ➞ "Buzz"

fizz_buzz(15) ➞ "FizzBuzz"

fizz_buzz(4) ➞ "4"
So, this is the solved code!!
def fizz_buzz(num):
if num % 3 == 0 and num % 5 == 0:
return "FizzBuzz"
if num % 3 == 0:
return "Fizz"
if num % 5 == 0:
return "Buzz"
else:
return str(num)

I'll change the font...😎(WHY!)
so, Let's see the code.
The first if is when the number is a multiple of either 3 or 5.
If the answer is 0 when the number ModulO with 3, AND when the answer is 0 when the number Modulo with 5.
Then, we return "FizzBuzz"!
The second if  is when the number is a muLtiple of 3.
If the Answer is 0 when the number Modulo with 3, then we return "Fizz"!
The third if is when the number is a multiple of 5.
If the answer is 0 when the number modulo with 5, then we return "BUZZ"!
Lastly, when the number is not a multiple of 3 or 5, Return the number Stringed.
How was it?
It was really easy!
Piece of a cake!
Bye!!!


11/07/2020

Crazy places at Google maps

 Hello!

Today is crazy!

1. Fire arms....

Oh bad, there is a man with firearms!

We hope that is a toy gun.(No it isn't)


2. 2 Samurai

Wow, there is two samurais fighting! 

Which wins....!


3. Donkey eating garbage

Poor Donkey, he came to a city and eats garbage.....



Bye!!!

11/06/2020

Scary places at google street 2

 Hello!

Today is also scary places at google street!

1. Flamingo legs

You can see woman that's a flamingo legs, it should be google street glitch.


2. Gas baby

There is many gas masks ruled by a baby, you should never go there.


3. Clever boy

I think he's hiding some dead bodies in the sewer while he pretends as a city sewer inspector.



11/05/2020

Scary places at google street

 Hello!

Today I will show you some scary places at google street!

1. Battle Cat

Wow, there is a new cat!


2. Bye-bye safe journey

Let's stay in this side and continue the safe journey.


3. Spider car

There is a car on a wall!

That's funny....


4. Strange clouds

I don't know why this happen, but it is really creepy.....



Bye!!!

11/04/2020

Scary places at google street

 Hello!

Let's see this creepy places at google street.

1. Aliens on Earth?

This can't be real!

Alien are here!


2. A Glitch

There is a glitch!

Don't get traped!

3. The guy in the gas mask
There is a guy in the gas mask looking Google street.
Is there something?





Life hacks

 Today is going to be life hacks!

1. DIY Sprinkler

You can make a DIY Sprinkler with a bottle.


2. Paper clips!

Stick paper clips to the end off the tape.


3. Dust tape opener

You can use a dust tape to open tough lids.



Life hacks!

 Hello!

Today is going to be the Life hacks!

1. Wine opener in a car.

If you are drinking beverages with a bottle cap, you can open with your seat belt buckle.


2. Coffee cups

You can use coffee cups and a brush to make a pallet and brush


3. Posting

You can post important things on the door.


Bye!!


11/03/2020

Life Hacks

 Hello!

We will show you life hacks to you!


1. Time marked water bottle

Draw lines on your water bottle with a marker pen.


2. Fresh Breath 

You can chew an apple to stop your bad breath.


3. Phone wallet 

You can put your money in your phone case to use as a wallet.



11/02/2020

Life hacks

 Today is also going to be Life hacks!

1. Keeper in Beach

You can use this safe keep.


2. Nutella

If you are almost finished your Nutella jar, finish with ice cream


3. The way to eat cupcake

You should eat your cupcake like this.



11/01/2020

Python Explanation(Edabit //Classes For Fetching Information on a Sports Player)

 Hello!

Today it is going to be an python explatnation!

Today's question:

Create a class that takes the following four arguements for a particular football player:

  • name
  • age
  • height
  • weight

Also, create three functions for the class that returns the following strings:

  • get_age() returns "name is age age"
  • get_height() returns "name is heightcm"
  • get_weight() returns "name weighs weightkg"

Examples 

 p1 = player("David Jones", 25, 175, 75)

 p1.get_age() ➞ "David Jones is age 25"
 p1.get_height() ➞ "David Jones is 175cm"
 p1.get_weight() ➞ "David Jones weighs 75kg


My code!

class player():

def __init__(self, name, age, height, weight):
self.name = name
self.age = age
self.height = height
self.weight = weight

def get_age(self):
return '{} is age {}'.format(self.name, self.age)

def get_height(self):
return '{} is {}cm'.format(self.name, self.height)

def get_weight(self):
return '{} weighs {}kg'.format(self.name, self.weight)

Let's see.

There is four instances : Name, Age, height, weight in a class called player.

Next, we have 3 functions,

The first function is about the age off the foot ball player.

You can return the name and the age.

So, you can use format to put the name, and the age.

The second function is similar, return the name and the height.

You can use format to take the name and the height.

It's the same pattern, the third function is to return the name and the weight.

Use the format to take the name and the weight.

It was easy!!!!!


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...