FenWangNZ / blog

I love learning. This is my wiki.
0 stars 0 forks source link

Python day1 #16

Open FenWangNZ opened 3 years ago

FenWangNZ commented 3 years ago

What you need to learn python:

Python has:

Python basics

linux 命令

Syntax

Indentation: block of code

Commnets:

Data Types:

In Programming, data types is an important concept

Variables can store data of different types, and different types can do different things

Python has the following data types built-in by default, in these categories:

Data Variables:

Casting:

Boolean:

Operators:

Operators are used to perform operations on variables values Python divides the operators in the following groups