Skip to content

Instantly share code, notes, and snippets.

@rswofxd
Created March 23, 2012 13:21
Show Gist options
  • Save rswofxd/2170565 to your computer and use it in GitHub Desktop.
Save rswofxd/2170565 to your computer and use it in GitHub Desktop.
Print打印
#! /usr/bin/python
# -*- coding: utf8 -*-
me=input("input your name:")
print("你好,%s"%me)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment