Skip to content

Instantly share code, notes, and snippets.

@leapwing
Last active December 29, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leapwing/7686476 to your computer and use it in GitHub Desktop.
Save leapwing/7686476 to your computer and use it in GitHub Desktop.
測試 python 第一步
<script src="https://gist.github.com/leapwing/7686476.js?file=HelloWorld.py"></script>
#C:\Python31\python.exe
# -*- coding:utf-8 -*-
# 這是單行註解
'''
這是
多行
註解
'''
print("HelloWorld")
text="HelloWorld_您好世界"
print(text)
@leapwing
Copy link
Author

您好世界

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment