Faster ! Faster ! Help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

Faster ! Faster ! Help me

Fill in the blanks to create a list, dictionary, and tuple: # list list = "one", "two" # dictionary dict = 1:"one", 2:"two" # tuple tp = "one", "two"

24th Dec 2020, 6:52 AM
YAP ZHI WEI Moe
YAP ZHI WEI Moe - avatar
4 Answers
+ 2
ANSWER: # list list = [ "one", "two" ] # dictionary dict = 1: { "one", 2:"two" } # tuple tp = ( "one", "two" )
27th Apr 2021, 7:04 PM
angelina starn
+ 1
Thank you
26th Dec 2020, 5:52 AM
YAP ZHI WEI Moe
YAP ZHI WEI Moe - avatar
0
Why not learning python lessons here.
24th Dec 2020, 11:41 AM
Samira
Samira - avatar