0
Sololearn says no output.
Why solo learn says no output when i type this code https://code.sololearn.com/cyBGTzREtZ7K/?ref=app t1=((10,20, 'book', 30, 9.5, 'item',[12,13],(3,4),30,5,30)) len(t1)
9 odpowiedzi
+ 1
You need to provide context.
This question is very vague.
+ 1
Try using the Python function for producing text output in the console.
print()
+ 1
ThanksDiego
+ 1
As Diego has mentioned.
Your code:
t1=((10,20, 'book', 30, 9.5, 'item',[12,13],(3,4),30,5,30))
print(len(t1))
0
Sorry
0
Now i have provided my code link also and code also
0
Please help me
0
What?