填空题
表达式’abc’in’abdcefg’的值为()。
False
填空题 表达式chr(ord(’b’)^32)的值为()。
填空题 表达式’%s’%65==str(65)的值为()。
填空题 表达式’%c’%65==str(65)的值为()。