Skip to content

Commit

Permalink
070
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoSay committed May 3, 2019
1 parent 5c477b4 commit 1922a3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 61~70/070.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @Author : adairchan
# @Email : [email protected]
# @Date : 2019/5/3 23:10
# @IDE : PyCharm
s = input('please input a string:\n')
print('the string has %d characters.' % len(s))

0 comments on commit 1922a3b

Please sign in to comment.