print()函数可以直接打印字符串吗
可以。参考链接:Python 字符串 | 菜鸟教程
var1 = "This is test str." print(var1)
是指输出字符串到打印机上吗? 请参阅:
可以
可以的