Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
words = ["Hello", "world", "!"] print(words[0]) print(words[1]) print(words[2]) how todo?
please
0 Vote
5 Réponses
13th Feb 2020, 5:01 PM
Satyam Mishra
Why isnt it workin?
"world",
["hello",
print(words[0])
print(words[1])
print(words[2])
words
2 Votes
6 Réponses
16th Aug 2017, 6:51 AM
Srr
what should i use to get in to next line ? words=["Hello","world","!"] print(words[0]) {then i pushed enter to write next line,but gave me answer , i mean i couldn't follow order that has been given} Hello and how should i write print(words[1]) in next lint without interruption? 😕
lists
python
0 Vote
4 Réponses
12th Jul 2016, 11:35 AM
Reza Zarakani400000
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
How to download someone’s Sololearn project (as like .html or .py)
3 Votes
Python
2 Votes
What does it mean if someone is mirroring me
4 Votes
Kotlin
2 Votes
How to earn money
0 Votes
Xp
1 Votes
How can I do lua on sololearn?
0 Votes
Is it just print python makes use of
0 Votes
Is python sufficient to become a master in creating web,app etc.
1 Votes
You're working with two lists: one contains names, and the other contains scores. What is the most efficient and Pythonic way to
0 Votes