0
Problem with a list
Guys, I need your help. The only thing I wanna output "x" . Please help. list_ = [ ["x", "y"], "m", "r"] print( list[ 0[0] ] ) #?!
4 Réponses
+ 5
print(list_[0][0]) # x
+ 2
Russ Thank you, Master)
+ 1
Jan Markus, sorry, I'm too lazy, I translated this)
+ 1
Jan Markus I want to output "x"