Skip to content

Instantly share code, notes, and snippets.

@sudu
Created May 7, 2015 03:32
Show Gist options
  • Save sudu/bea78ce0f0186ee97167 to your computer and use it in GitHub Desktop.
Save sudu/bea78ce0f0186ee97167 to your computer and use it in GitHub Desktop.
Python定义变量不需要指定变量类型
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