Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2114a commit ea59844Copy full SHA for ea59844
number.python
@@ -0,0 +1,6 @@
1
+#!/usr/bin/python
2
+#coding:utf-8
3
+# 在Python中有4种类型的数——整数、长整数、浮点数和复数。
4
+print 2, 123131231412414124
5
+print 3.14, 2.4E4 ## 2.4乘以10的4次方
6
+print 5 + 4j # 复数
0 commit comments