Strings

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016
View the complete course: ocw.mit.edu/6-0001F16
Instructor: Dr. Ana Bell
This in-class exercise demonstrates working with strings in Python.
License: Creative Commons BY-NC-SA
More information at ocw.mit.edu/terms
More courses at ocw.mit.edu

Пікірлер: 9

  • @akbarrauf2741
    @akbarrauf27417 жыл бұрын

    thank you ,mit

  • @brainstormingsharing1309
    @brainstormingsharing13093 жыл бұрын

    Absolutely well done and definitely keep it up!!! 👍👍👍👍👍👍👍👍

  • @williamwilliams1000
    @williamwilliams10007 жыл бұрын

    0:21

  • @brianeastlick7293
    @brianeastlick72932 жыл бұрын

    These are amazing 👏 thank tou so much

  • @raffan1
    @raffan17 жыл бұрын

    Did this, but my output is different, can somebody help? z='umbr' y='ella' u=z+(y+'')*4 print(u) umbrellaellaellaella #besides what is the meaning of the open quote?

  • @aliabusulb3215

    @aliabusulb3215

    6 жыл бұрын

    It's y + " " The open quote is the space

  • @muthabukujohn5089

    @muthabukujohn5089

    5 жыл бұрын

    z='umbr' y='ella' u=z+(y+' ')*4 print(u) output will be: umbrella ella ella ella ensure there is a space btw (' ')

  • @onee

    @onee

    4 жыл бұрын

    The open quote is for the spacebar. Which your code misses.

  • @RohitSingh-fg4xk
    @RohitSingh-fg4xk Жыл бұрын

    Rihanna