Python - Initializing Multiple Lists/Line - by thenickname This is terribly ugly: psData = [] nsData = [] msData = [] ckData = [] mAData = [] RData = [] pData = [] Is there a way to declare these variables on a single line? Read the article