Sesiones de PyR
What is the JVM tasks??
5 Votos
2 RespuestasWhy 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
1 Voto
3 RespuestasEn tendencia hoy
HELP ME LEARN
1 Votes
Please tell me about methods
1 Votes
How do i learn php in here?
1 Votes
Mentors
1 Votes
Hi everyone I hope you’re well
0 Votes