Plus dalam Python
X += 1
Strange Spider
X += 1
x = 0
while True:
x += 1
x = str(x)
print(x)
x = int(x)