Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 字符串类型:2

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-24T04:19:53Z

Updated

2019-11-24T04:19:53Z

#!/usr/bin/python3

print ("My name is %s and weight is %d kg!" % ('Zara', 21)) 
INFO