Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
words = ["hello", "world", "spam", "egg"]
python3
0 Voto
6 Respostas
3rd Nov 2020, 1:37 AM
Sushil Mundhra
words = ["Hello", "world", "!"] print(words[0]) print(words[1]) print(words[2]) how todo?
please
0 Voto
5 Respostas
13th Feb 2020, 5:01 PM
Satyam Mishra
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
loops
2 Votos
4 Respostas
11th Aug 2019, 11:12 AM
Hrishikesh Dherange
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
for
loops
3 Votos
1 Resposta
10th Jun 2019, 11:37 AM
Ranjeet singh jitty
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
loops
5 Votos
1 Resposta
27th Feb 2019, 1:36 AM
Monkey D. Luffy
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
python
0 Voto
3 Respostas
29th Nov 2017, 12:05 PM
Programmer
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
loops
1 Voto
4 Respostas
10th Mar 2018, 2:16 PM
Hari Susanth K S
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
loops
python
0 Voto
2 Respostas
18th Jul 2018, 4:00 AM
ADITYA SINHA
words = ["hello", "world", "spam", "eggs"] counter = 0 max_index = len(words) - 1 while counter <= max_index: word = words
counter
0 Voto
4 Respostas
11th Jun 2018, 4:20 PM
Anurag
words = ["hello", "world", "spam", "eggs"] counter = 0 max_index = len(words) - 1 while counter <= max_index: word = words[
loops
python
-1 Voto
2 Respostas
29th Jan 2017, 7:09 PM
kumar badal
Why isnt it workin?
"world",
["hello",
print(words[0])
print(words[1])
print(words[2])
words
2 Votos
6 Respostas
16th Aug 2017, 6:51 AM
Srr
If Im using a loop "for in" didnt I have to declare variable? Like: words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!") variable word is not declared..
loops
python
1 Voto
2 Respostas
24th Aug 2016, 7:34 PM
Yurith gonçalves
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
Need a personal tutor
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Fix code
0 Votes
..
1 Votes
How can I turn my .py files to .exe files?
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
How Much RAM is Required for Object Detection Project
0 Votes
Beginner_to_SoloLearn
1 Votes
How to learn C++ and how long does it take
1 Votes