Take a look at the code below:
step = 666
counter += step
print(counter)
It's not working for some reason. What's wrong with it?
Take a look at the code below:
step = 666
counter += step
print(counter)
It's not working for some reason. What's wrong with it?
Create a free account to access the full topic