Cursos
Fazer loginComeçar a aprender IA
Cursos
Fazer loginComeçar a aprender IA

Q&A Discussões

Hi! can anyone help me to write this simple code: #include <iostream> using namespace std; int main() { if (7 > 4) { cout << "Yes"; } return 0; } into Microsoft Visual Studio 2015?
c++if-statements
0 Voto
4 Respostas
21st Jul 2016, 10:15 AM
David Kela
David Kela - avatar
Why this code runs?: nums = [4, 5, 6] msg = "Numbers: {} {}". format(nums[0], nums[1], nums[2]) print(msg) Numbers:4, 5. Byt the code: nums = [4, 5, 6] msg = "Numbers: {} {} {} {}". format(nums[0], nums[1], nums[2]) print(msg) leading to error? IndexError: tuple index our of range
pythonstrings
1 Voto
3 Respostas
16th Oct 2016, 10:28 PM
питер огнекрылый
питер огнекрылый - avatar
< Anterior123Próximo >
Quente hoje
Activities on sololearn
4 Votes
What is problem in this code
2 Votes
playground input
1 Votes
Html issue
2 Votes
This Program Does Something Weird. Can You Explain Why?
2 Votes
How I can use div
1 Votes
Can you help me ?
1 Votes
TIPS From Veterans
1 Votes
Playground input
1 Votes
App development 🔥☝️
1 Votes