print('input', 'output', sep = '&', end = '……')运行结果为:input&output……
举一反三
- C language has no input/output statement, just input/output functions instead.
- Which of the following will result in an increase in productivity A: 10% decrease in both output and input B: 10% increase in output and 5% increase in input C: 5% increase in output and 10% increase in input D: 10% increase in both output and input
- C language does not provide input/output statement, its input/output operation is implemented by .
- 在Python中常用的输入输出语句分别是()。 A: input() output() B: input() print() C: input() printf() D: scandf() printf()
- Python使用()函数输出内容。 A: input() B: output() C: print() D: println()