Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created April 21, 2020 12:51
Embed
What would you like to do?
字符串
course = 'python'
class = 'happy code'
intre = 'I love %s, I study in %S' % (course, class)
print(intre)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment