0
Syntax error : invalid syntax words[] = my_func()
Def my_func(): Print("hello world") My_func() I = 0 While(i <= 5): I = i + 1 Words [] = my_func() Print( words[]) Can anyone help please
3 Réponses
0
first off, the Python keywords don't take a capital letter (but I understand they have been changed)
second: what were you trying to do with "words [] = my_func()" ?
0
I'm really sorry my phone auto corrected it to capital letters.
Im trying to put the objects in the function in the list. Does it makes sense?
0
I still don't understand... sorry