Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 字符串类型:4

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-24T05:06:29Z

Updated

2019-11-24T05:06:29Z

print ("%(name)+10s age is %(age)-10d " % {'age':20, 'name':'mike'}) 
INFO