Python Glossary

>>>

The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.

11//4
#equal 2

// floor division 地板除/向下取整除