Python day 1, python get the first day of this week

Source: Internet
Author: User

Python day 1, python get the first day of this week

Hello everyone, I can finally use the weekend time to study with everyone. This learning atmosphere reminds me of the time when I went to college.

First, I want to explain why I chose Python.

Currently, I work on Linux system O & M and business technical support. Automated O & M is particularly popular in the past one or two years. I am also very familiar with shell, so I still want to learn a language to help my work. Automated O & M is also a trend. I also believe that the O & M path of system technologies will be narrower and narrower in the future. Python is also called "glue language ".

Advantages of Python

Python Installation

Variable

A variable is an object reference. A variable only points a pointer to the memory address of the object. The type and value of the variable are initialized at the moment of value assignment.

Variable name:

1. It consists of letters, numbers, and underscores.

2. Numbers cannot start

3. Keywords cannot be declared as variables

Input and Output

Print ("hello, world !!! ")

Input ("input your name :")

 

Process Control

If ...... Eles

If ...... Elif ...... Elif ...... Else

If ...... Nesting

 

Data Type

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.