-->
当前位置:首页 > 题库

单选题:下述字符串格式化语法正确的是

Luz5年前 (2021-05-10)题库1870
下述字符串格式化语法正确的是 @[D](2)

A. 'GNU's Not %d' % 'UNIX'
B. 'GNU\'s Not %d' % 'UNIX'
C. 'GNU's Not %s' % 'UNIX'
D. 'GNU\'s Not %s' % 'UNIX'




A.'GNU's Not %d' % 'UNIX'
B.'GNU\'s Not %d' % 'UNIX'
C.'GNU's Not %s' % 'UNIX'
D.'GNU\'s Not %s' % 'UNIX'


答案:D