当前位置: 初中信息技术 / 填空题
  • 1. 写出运行结果

    >>> print("hello","Python World!")

    >>> print("hello","Python World!",sep='')

    >>> print("hello","Python World!",sep=' ')

    >>> print("hello","Python World!",sep=',')

微信扫码预览、分享更方便