int打印输出的用法

int打印输出的用法

 #!/usr/bin/python
# -*- coding:utf-8 -*-
# print打印输出的用法
print("holle,world!")
print(1)
print("h")
05-11 17:12