Click here to Skip to main content
15,886,788 members
Home / Discussions / Python
   

Python

 
AnswerRe: Error - 'module' object has no attribute 'askopenfilename' Pin
Richard MacCutchan13-Oct-22 3:12
mveRichard MacCutchan13-Oct-22 3:12 
QuestionUnexpected token 'root' Pin
s yu12-Oct-22 5:45
s yu12-Oct-22 5:45 
AnswerRe: Unexpected token 'root' Pin
Richard MacCutchan12-Oct-22 6:39
mveRichard MacCutchan12-Oct-22 6:39 
GeneralRe: Unexpected token 'root' Pin
s yu12-Oct-22 7:28
s yu12-Oct-22 7:28 
GeneralRe: Unexpected token 'root' Pin
Richard MacCutchan12-Oct-22 7:57
mveRichard MacCutchan12-Oct-22 7:57 
GeneralRe: Unexpected token 'root' Pin
Dave Kreskowiak12-Oct-22 12:08
mveDave Kreskowiak12-Oct-22 12:08 
GeneralRe: Unexpected token 'root' Pin
s yu13-Oct-22 2:28
s yu13-Oct-22 2:28 
Questionhello, good day, does anyone know how to solve this problem? It would help me a lot if you could explain how to do it Pin
Member 157924299-Oct-22 18:35
Member 157924299-Oct-22 18:35 
def ListOfLists(list):
     '''
     This function receives a list, which can contain elements that are themselves lists and
     returns those items separately in a single list.
     If the parameter is not of type list, it must return null.
     Receive an argument:
         list: The list that can contain other lists and is converted to a
         list of unique or non-iterable elements.
     Ex:
         ListOfLists([1,2,['a','b'],[10]]) should return [1,2,'a','b',10]
         ListOfLists(108) should return null.
         ListOfLists([[1,2,[3]],[4]]) should return [1,2,3,4]

AnswerRe: hello, good day, does anyone know how to solve this problem? It would help me a lot if you could explain how to do it Pin
Richard MacCutchan9-Oct-22 22:16
mveRichard MacCutchan9-Oct-22 22:16 
AnswerRe: hello, good day, does anyone know how to solve this problem? It would help me a lot if you could explain how to do it Pin
Reverend Jim10-Jun-23 4:51
Reverend Jim10-Jun-23 4:51 
QuestionCan you have a virtual environment based on a virtual environment? Pin
Chris Maunder5-Oct-22 12:16
cofounderChris Maunder5-Oct-22 12:16 
AnswerRe: Can you have a virtual environment based on a virtual environment? Pin
trønderen5-Oct-22 12:34
trønderen5-Oct-22 12:34 
AnswerRe: Can you have a virtual environment based on a virtual environment? Pin
Richard MacCutchan5-Oct-22 22:54
mveRichard MacCutchan5-Oct-22 22:54 
GeneralRe: Can you have a virtual environment based on a virtual environment? Pin
Chris Maunder18-Oct-22 3:16
cofounderChris Maunder18-Oct-22 3:16 
GeneralRe: Can you have a virtual environment based on a virtual environment? Pin
Richard MacCutchan18-Oct-22 3:45
mveRichard MacCutchan18-Oct-22 3:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.