Search results

  1. T

    Share s python string 写出下列操作的输出结果

    : `` `Python >>> a = "Hello World" >>> A [0] 'H' >>> A [1: 5] 'Ello wo' >>> A [-1] 'D' >>> A [-2:] 'ld' >>> A [:: 2] 'Hlowrld' >>> A [1 :: 2] 'Ellod' `` ` ## 5 hashtags * #Python * #sợi dây * #Programming * #tutorial * #mã số ======================================= : ```python >>> a = "hello...
Join Telegram ToolsKiemTrieuDoGroup
Back
Top