+ 1
How to create empty set and dictionary in python?
normally we create the empty list is like this list=[]
1st Sep 2017, 5:12 PM
kondaiah sinha
1 Resposta
+ 5
lists=[]
dicts={}
tuples=()
sets=set()
1st Sep 2017, 5:18 PM
Ghauth Christians
Tens frequentemente perguntas como esta?
Aprende de forma mais eficiente, gratuitamente:
Popular hoje
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes



