- 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"
4 Réponses
+ 4
Faster ! Faster ! Faster !!! Learn these lessons and DIY
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2431/?ref=app
https://www.sololearn.com/learn/Python/2450/?ref=app
https://www.sololearn.com/learn/Python/2452/?ref=app
+ 2
ANSWER:
# list
list =
[ "one", "two" ]
# dictionary
dict =
1: { "one", 2:"two" }
# tuple
tp =
( "one", "two" )
+ 1
Thank you
0
Why not learning python lessons here.