Skip to content

Commit bfe306b

Browse files
author
kangxiaoyu
committed
学习函数
1 parent 0a111ea commit bfe306b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

2017-04-21/func_call.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/env python
2+
# -*- coding:utf-8 -*-
3+
#according function to make type transfer
4+
a1 = int('123')
5+
print type(a1)

doc/func_call.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`

0 commit comments

Comments
 (0)