|
|
|
|
|
by takeda
1021 days ago
|
|
> witter pulled the same trick earlier this year where they made For You the only option, then they would show For You each time you open the app, then they finally gave the Following feed back. Obviously. You're using 2 spaces indentation for Python and 4 for JS. Don't be surprised that it is harder to see the indentation. I think I might have indentation related bug early on, when I was new to Python, but I don't remember any recently. It could be that Python 2 allowed to mix tabs and spaces for indentation, while this is no longer allowed in 3. Also this is how I would format the code: for _ in range(10):
for _ in range(10):
print("Inner")
print("Outer")
|
|