1. An integerliteral is a sequence of digits representing an integer constant.
整型字面值是一个代表整型常量的数字序列。
来自互联网
2. An integerliteral, followed by a plus sign, followed by another integer literal.
一个整数文字,后面跟一个加号,再跟另一个整数文字。
来自互联网
3. The second production describes in regex-like fashion more specifically what an integerliteral looks like: a contiguous sequence of one or more numeric digits.
第二个结果以类regex的方式更特定地描述了一个整数值看上去象什么:一个或多个数字的连续序列。
来自互联网
4. The next installment in this series will cover more advanced topics, such as metaclass syntax, ABCs, decorators, integerliteral support, base types, and exceptions.
5. It consists of a floating-point literal or decimal integer followed by the lower-case letter I.
它有浮点表和十进制整数跟随小写的字母i。
来自互联网
6. The integer part, the optional decimal point and the optional fraction part form the significant part of the floating literal.
整数部分,可选的小数点,以及可选的小数部分组成浮点文字量的有效部分。
来自互联网
7. A floating literal consists of an integer part, a decimal point, a fraction part, ane or e, an optionally signed integer exponent, and an optional type suffix.
浮点文字量由整数部分,小数点,小数部分,e或e,可选的有符号整数指数,以及可选的类型后缀组成。
来自互联网
8. In general, you don't specify a literal having a particular type; the system will figure out the best way to represent the number. By default, an integer will be used.
一般情况下,你不需要为某个字符决定他的类型,系统会自动挑选最合适的。
来自互联网
9. In general, you don't specify a literal having a particular type; the system will figure out the best way to represent the number. By default, an integer will be used.