• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu

Обсуждения

a = [1,2,3] for a[-1] in a: print(a[-1])
tricky
-1 голос
1 ответ
18th Oct 2020, 11:41 AM
Abdisa merga
Abdisa merga - avatar
What's the output of this code and explain. a=[1,2,3,4] for a[-1] in a: print(a[-1])
arraysloopspythonpython3
0 голосов
7 ответов
28th Jul 2022, 7:40 AM
Rex
Rex - avatar
Struked in a question.Someone can explain what happen here.
a[-1]python
2 голосов
4 ответов
28th Oct 2019, 10:29 AM
Mohamed Ishad
Mohamed Ishad - avatar
What is the output of this code?
a[-1]pythonpython3
7 голосов
5 ответов
3rd Mar 2020, 6:15 AM
APC (Inactive for a while)
APC (Inactive for a while) - avatar
Python quiz - How does this work?
a[-1]challengespythonquizsololearn
11 голосов
9 ответов
1st Mar 2019, 1:04 AM
[Abandoned]
[Abandoned] - avatar
What is the output of the below code? >>import array >>> a = [1, 2, 3] >>> print a[-3] >>> print a[-2] >>> print a[-1]
booleanscodecodeplaygrounddjangojavajavascriptprogresspythonpython3subqueries
0 голосов
2 ответов
1st Aug 2020, 10:05 AM
Nishan
Актуальное сегодня
What's wrong in my code?
4 Votes
App Development
1 Votes
what languages should I learn to learn python
1 Votes
HTML
1 Votes
GUI-Based Python code in Webpage
2 Votes
Is python better than javascript?
1 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes
Web Developer Job?
1 Votes
What will be the output of this code?
1 Votes