Q&A Discussões
Math things and js
1 Voto
1 RespostaBasic coding.
0 Voto
2 RespostasI dont unserstand the output if this code :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[0], nums[1], nums[2])
print(msg)
4 4 6
but when I do :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[1], nums[1], nums[2])
print(msg)
it gives me
5 5 6
is there a priority in the Reading ?
0 Voto
5 Respostashi everyone,
I have learn basic java,c++ and eclipse more than 3 times, I know everything about basic, but what is next, is this for just making simple input/output programs?
I want to STEPUP but I Dont have any idea
I want to become a professional Android developer, pls give some suggestions.
q. only for experts
1 Voto
3 RespostasQuente hoje
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes