Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Roman Davis

Roman Davis

Roman Davis has asked 4 questions and find answers to 0 problems.

Stats

20
EtPoint
0
Vote count
4
questions
0
answers

About

New to python. Trying not to be a help vampire.

Things I've learned since joining stack overflow:

Watch your () and [], especially if you use a lot of lists. That might be why you're getting this weird error no one else got.

Screwing up ranges can cause weird outputs if you put it through a bunch of other loops. Make sure to test each loop separately, instead of screaming in terror when your program does something strange.