二手产品经理

二手产品经理

THIS IS RENO

Learn Python Online in 100 Days - Day 1

A few days ago, I discovered a website called Replit on Twitter, where you can learn Python online. The website not only provides accompanying text and videos, but also an online running environment, claiming that it only takes 10 minutes a day. Today, I tried it out and it's indeed much more convenient without the need for environment configuration.
Course link: Python 100 Days of Learning

Learning notes:

  1. The purpose of the print function is to print, and the content to be printed needs to be enclosed in quotation marks. You can use single quotes, double quotes, and triple quotes: ', ", """, generally single quotes or double quotes are sufficient for outputting strings. Only when you need to output it as it is, you need to use triple quotes.
    Catbox
  2. The print function can not only print strings, but also emojis. Similarly, emojis also need to be enclosed in quotation marks. So, does that mean emojis are also strings?
  3. When the encoding window shows a red curve, it means there is a problem there. You need to troubleshoot the error based on the pop-up prompt.
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.