下列for语句中,在in后使用不正确的是( )。
for x in ____:
print(x)

A.set(.str.)
B.range(0, 10, 5)
C.[1, 2, 3, 4, 5]
D.(1)
出自:国家开放大学Python程序设计