我是一个新手编剧,我正在使用交互式 shell 测试我的脚本-i
。
这是我的脚本的一部分:
shelp = "min shows the number of minutes\n\
sec shows the number of seconds\n\
min + [NUMBER] adds the number of minutes\n\
sec + [NUMBER] adds the number of seconds"
当我以交互方式运行 shelp 时,它显示:
'min shows the number of minutes\nsec shows the number of seconds\nmin + [NUMBER] adds the number of minutes\nsec + [NUMBER] adds the number of seconds'
我不确定这是否是它应该做的,但有没有办法删除\n
同时仍然能够以交互方式运行我的脚本?
对不起,如果这已经得到回答或者我的事实有误