+ 22

[OFF-TOPIC] FINALLY !! Archived the badge of "Quiz Creator Master"

Archived 100 quizzes in the lenguages JS, CPP, JAVA, PHP, PY and RB... I only need C# I share my last two quizzes (Do you know the answers) ? ** JAVA ** What is the output of this code? int[] a = {1, 2, 3, 4, 1}; for (int n: a) a[n] = 0; for (int n: a) System.out.println(n); ** PYTHON** What is the output of this code? a = [2, 1, 2, 4] a[1:].remove(2) print(sum(a)) Win 5K XP and archive my best rank global in position #32

12th Mar 2018, 5:10 PM
Javier I. Rivera R.
Javier I. Rivera R. - avatar
14 Answers
+ 16
🎆 Congratulations 🎆
12th Mar 2018, 8:10 PM
Vukan
Vukan - avatar
+ 16
congratulations ✌️👍😎
12th Mar 2018, 8:20 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 15
🐝🐝🐝🐝🐝🐝 🌼 Congratulations🎉🎊 🍎🍒! 🌼 🍯🍯🍯🍯🍯🍯 🌼🌼🌼🌼🌼🌼 🌱🍃🌱🌱🍃🌱 Nice contribution towards community👨‍👩‍👧‍👦
13th Mar 2018, 4:36 PM
💞ⓢⓦⓐⓣⓘ💞
💞ⓢⓦⓐⓣⓘ💞 - avatar
+ 14
Congratulations😎😎🎉✨🎇
12th Mar 2018, 5:13 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 13
Congratulations, man! I find your quizzes really cool, albeit tricky :) Keep them coming! 👏
12th Mar 2018, 6:53 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 10
🎈🎉🎈🎉🎈🎉🎈 Congrats!! ☺️☺️☺️ 🎉🎈🎉🎈🎉🎈🎉
12th Mar 2018, 7:13 PM
Pedro Demingos
Pedro Demingos - avatar
+ 8
great job! congrats!!
12th Mar 2018, 5:25 PM
storm
storm - avatar
+ 8
Congrats Javier!
12th Mar 2018, 6:00 PM
Mickel
Mickel - avatar
+ 7
Congrats😉😉
14th Mar 2018, 10:09 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 5
Congratulations. 1st Venezuelan in achieving this badge and i do not know if first Latinoamericano. 🌟😎🎶
12th Mar 2018, 5:39 PM
The Gocho´s
The Gocho´s - avatar
+ 5
a[1:] is actually a new list. so sum of items in a list is 9 (that's the answer) and sum of items in a list a[1:] is 7 a = [2, 1, 2, 4] a[1:].remove(2) print(sum(a)) #output 9 a = [2, 1, 2, 4] a[1::].remove(2) print(sum(a[1:])) #output 7 anyway congratulations ! 🏆 😃 have some fruits 🍇🍇🍒🍒🍒🍓🍒🍊🍏🍋🍒🍒🍓🍌🍉🍓🍒🍒
12th Mar 2018, 9:48 PM
voja
voja - avatar
+ 5
congrats ... !!🎆🎆🎇
13th Mar 2018, 7:57 AM
Brijesh B
Brijesh B - avatar
+ 5
congratulations @Javier
13th Mar 2018, 11:52 AM
Vishal Pal❄️⚛️
Vishal Pal❄️⚛️ - avatar
+ 4
congratulations brother
14th Mar 2018, 1:15 PM
Tushit Maheshwari
Tushit Maheshwari - avatar