Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mxdsp

mxdsp

mxdsp has asked 1 questions and find answers to 0 problems.

Stats

5
EtPoint
0
Vote count
1
questions
0
answers

About

cfg = [os, language, degree, country]

print (', '.join(i for i in cfg))

>>> Ubuntu, Python, Linguistics, France

mxdsp answers