Why isnt it workin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why isnt it workin?

words = ["Hello", "world", "!"] print(words[0]) print(words[1]) print(words[2])

16th Aug 2017, 6:51 AM
Srr
Srr - avatar
6 Answers
+ 5
Sometimes the Code Playground experiences a glitch. Try again :)
16th Aug 2017, 7:06 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 4
its Sololearn server side issues yesterday i( & others too) wasn't able to run any non-web codes. try again or try later.
16th Aug 2017, 7:15 AM
Lord Krishna
Lord Krishna - avatar
0
Which language? Python, Ruby. The code is valid. What do you think the output should be?
16th Aug 2017, 6:59 AM
ChaoticDawg
ChaoticDawg - avatar
0
its python...it kept on responding with no output but has worked....thanks anyway...
16th Aug 2017, 7:03 AM
Srr
Srr - avatar
0
Sometimes the code playground is like that. Especially lately.
16th Aug 2017, 7:07 AM
ChaoticDawg
ChaoticDawg - avatar
0
i also sometimes experience a problem in running code when I switch from one language to another...
16th Aug 2017, 12:12 PM
Srr
Srr - avatar