- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 91字
- 2021-07-09 20:40:23
Integers and long integers
Integers include zero, all of the positive whole numbers, and all of the negative whole numbers. The interpreter first checks the expression on the right hand side of the assignment operator and then binds the value with its variable name; this process is termed as variable definition or initialization. The int or integer data type ranges from -231 to (231-1); the leading minus sign shows the negative values. Beyond these ranges, the interpreter will add L to indicate a long integer, as shown in the following screenshot:

推薦閱讀
- 演進式架構(原書第2版)
- C++案例趣學
- Java面向對象軟件開發
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- C/C++常用算法手冊(第3版)
- Mastering Python Networking
- SAP BusinessObjects Dashboards 4.1 Cookbook
- PySide 6/PyQt 6快速開發與實戰
- C#應用程序設計教程
- C語言程序設計
- C# Multithreaded and Parallel Programming
- Scratch·愛編程的藝術家
- 零基礎C#學習筆記
- Robot Framework Test Automation