题库 651 道题目
651 道题目, 当前第 33 / 44 页
171
<pre><code>s = "hello world world" new_...
Python 单选题 L1 1999年
170
<pre><code>print(" ".isspace())</code>...
Python 单选题 L1 1999年
169
<pre><code>s = "HelloWorld" print(s.isa...
Python 单选题 L1 1999年
168
<pre><code>print("123".isdigit())</code>...
Python 单选题 L1 1999年
167
<pre><code>s = "hello world" print(s.st...
Python 单选题 L1 1999年
166
<pre><code>s = "hello hello hello" print...
Python 单选题 L1 1999年
165
<pre><code>s = "hello" print(s.index("z"...
Python 单选题 L1 1999年
164
<pre><code>s = "hello world hello" prin...
Python 单选题 L1 1999年
163
<pre><code>s = "hello" print(s.find("z"...
Python 单选题 L1 1999年
162
<pre><code>s = "hello world" print(s.fi...
Python 单选题 L1 1999年
161
<pre><code>s = "abc" print(s.rjust(5, "...
Python 单选题 L1 1999年
160
<pre><code>num = "42" print(num.zfill(5...
Python 单选题 L1 1999年
159
<pre><code>s = "Hi" print("|" + s.cente...
Python 单选题 L1 1999年
158
<pre><code>s = " ABC " print("|" + s....
Python 单选题 L1 1999年
157
<pre><code>s = "hello world python" pri...
Python 单选题 L1 1999年