ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 210330 TIL
    TIL/202103 2021. 3. 30. 22:09

    1.English

     

    <speaking>

    This should be getting close

    I’d like to figure out attractions that I have never been to

     

    <reading-cracking the tech career>

    Start a club or organization

    Doing so can build your leadership experience, expand your network, and show a proven interest in a new field.

     

    2.the tyranny of merit

    I think we shouldn’t fall into their trap that makes people’s political efficacy.

    Don’t be helpless but find the alternatives to correspond to the intention.

     

    3.python of Udemy

    function

     

    huddle challenge

    minimize lines

    It is like a basic OOP.

     

    def turn_right():

        turn_left()

        turn_left()

        turn_left()

     

    def jump():

        move()

        turn_left()

        move()

        turn_right()

        move()

        turn_right()

        move()

        turn_left()

        

    for step in range(6):

        print(jump())

    'TIL > 202103' 카테고리의 다른 글

    210324 TIL  (0) 2021.03.25
    210323 TIL  (0) 2021.03.24
    210322 TIL  (0) 2021.03.22
    210317 TIL  (0) 2021.03.17
    210311 TIL  (0) 2021.03.12
Designed by Tistory.