GithubHelp home page GithubHelp logo

One little obstacle about python-tutorial HOT 4 CLOSED

akuli avatar akuli commented on August 16, 2024
One little obstacle

from python-tutorial.

Comments (4)

Akuli avatar Akuli commented on August 16, 2024

The code you have here seems to be the broken code from my tutorial. Can you show your mostly-fixed version of the code?

By the way, if you put the code between backticks, like this...

```
some code
```

...it'll show up correctly and I can actually see how you have indented it.

from python-tutorial.

Aliraza-N avatar Aliraza-N commented on August 16, 2024

If your code is exactly how you copy/pasted it out to be, then it's incorrect. Notice in the last print statement, your first comma goes before the end quote, where instead it should be after.

print("I don't know what," something, "means.")
should be:
print("I don't know what", something, "means.")

from python-tutorial.

hupoci0000 avatar hupoci0000 commented on August 16, 2024

Thanks guys, i think i've resolved it. haha.

from python-tutorial.

Akuli avatar Akuli commented on August 16, 2024

Nice

from python-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.