Created
May 7, 2015 03:32
-
-
Save sudu/bea78ce0f0186ee97167 to your computer and use it in GitHub Desktop.
Python定义变量不需要指定变量类型
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = 2 | |
y = "Hello World" | |
z = -3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment