test
x = 100
print("this is the value of x",x)
# but let me show you a loop
print (i) for i in range(100):
Contributors: test
test edited
test
x = 100
print("this is the value of x",x)
# but let me show you a loop
print (i) for i in range(100):
Contributors: test