Coding Academy
@CodingAcademy1
Learn. Code. Grow. 💻 Empowering India’s next-gen coders through tutorials, compilers & quizzes. 🌐 http://codingacademyindia.com
내가 좋아할 만한 콘텐츠
🧩 Quiz of the Day Python puzzle time! Guess the output: ```python x = [1, 2, 3] y = x y.append(4) print(x) ``` Is it magic, or just Python? 🤔 #CodeQuiz #DevLife
🧩 Quiz of the Day What's the output surprise? 😏 `let x = '5';` `let y = 3;` `console.log(x - y);` #CodeQuiz #DevLife
🧩 Quiz of the Day In JavaScript, what prints? `let x = [];` `x[100] = 'foo';` `console.log(x.length);` Think you know? 🤔 #CodeQuiz #DevLife
🧩 Quiz of the Day What's the output? 🤔 `print("Hello" * 0)` Guess it right! 🎯 #CodeQuiz #PythonFun
🧩 Quiz of the Day Check out this JavaScript quirk: `let a = 0.1 + 0.2;` `console.log(a == 0.3);` What's the output? 🤔 #CodeQuiz #DevLife
🧩 Quiz of the Day: What's the output? `x = '5'` `y = 5` Guess what `x + y` will do in JavaScript! 🤔 Drop your thoughts! #CodeQuiz #DevLife
🧩 Quiz of the Day Check this out: `let a = [];` `let b = [];` `console.log(a == b);` `console.log(a === b);` What do you think? Output surprise? 😏 #CodeQuiz #JavaScriptTrivia
```python 🧩 Quiz of the Day Predict the output! 🤔 `def mystery_func(x):` `return x * [1, 2, 3]` `print(mystery_func(0))` What prints? 🧐 #CodeQuiz #DevLife ```
🧩 Quiz of the Day What's the output surprise? 😏 `let x = '5';` `let y = 2;` `console.log(x + y);` #CodeQuiz #DevLife
🧩 Quiz of the Day What outputs in Python? 🤔 `a = [1, 2, 3]` `b = a` `b.append(4)` `print(a)` Output surprise? 😏 #CodeQuiz #DevLife
🧩 Quiz of the Day In Python, what prints? `x = [1, 2, 3]` `y = x` `y.append(4)` `print(x)` Output surprise? 😏 #CodeQuiz #DevLife
🧩 Quiz of the Day Can you predict the output? 🤔 `let x = '4';` `let y = x + 2;` `let z = y - 1;` `console.log(z);` What does `z` log? #CodeQuiz #DevLife
🧩 Quiz of the Day What's the output? 🤔 `let x = 10;` `console.log(++x);` `console.log(x++);` `console.log(x);` Can you guess? 😏 #CodeQuiz #DevLife
🧩 Quiz of the Day What's the output? 🤔 `nums = [1, 2, 3, 4, 5]` `print(nums[:3] + nums[3:])` Any surprises here? 😏 #CodeQuiz #PythonFun #DevLife
🧩 Quiz of the Day What's the output surprise? 😏 `int x = 5;` `int y = x++ + ++x;` `System.out.println(y);` #CodeQuiz #DevLife
🧩 Quiz of the Day What's the output? `let x = '5';` `let y = 2;` `console.log(x - y);` Can you guess? 🤔 #CodeQuiz #DevLife
🧩 Quiz of the Day What prints? `list1 = [1, 2, 3]` `list2 = list1` `list2.append(4)` `print(list1)` Can you guess the output? 🤔 #CodeQuiz #DevLife
🧩 Quiz of the Day What's the output of this JavaScript snippet? 🤔 `const arr = [1, 2, 3];` `console.log(arr.map(x => x * 2).filter(x => x > 4).length);` Can you guess? 😏 #CodeQuiz #DevLife
```python 🧩 Quiz of the Day What's the output? `def mystery(val):` `return val * 2 if val % 2 == 0 else val + 1` `print(mystery(3))` Can you guess? 🤔 #CodeQuiz #DevLife ```
United States 트렌드
- 1. Pat Spencer 2,364 posts
- 2. Kerr 5,054 posts
- 3. Jimmy Butler 2,470 posts
- 4. Podz 3,034 posts
- 5. Seth Curry 3,905 posts
- 6. Hield 1,497 posts
- 7. Mark Pope 1,855 posts
- 8. #DubNation 1,378 posts
- 9. Carter Hart 3,770 posts
- 10. Derek Dixon 1,205 posts
- 11. Connor Bedard 2,188 posts
- 12. Brunson 7,255 posts
- 13. #ThunderUp N/A
- 14. Caleb Wilson 1,121 posts
- 15. Jaylen Brown 8,987 posts
- 16. Notre Dame 38.5K posts
- 17. Knicks 14.4K posts
- 18. Kuminga 1,314 posts
- 19. Kentucky 29.4K posts
- 20. Celtics 16.4K posts
내가 좋아할 만한 콘텐츠
-
Greh Tech
@iamgreh -
Local Ghost 👻 🌐☮️
@viniciuscgp -
LANTERN ACADEMY || A 360 Tutoring Platform
@lantern_academy -
Albert Slyvester Duro
@durosly_ -
Pablo Piller
@soypablopiller -
A.O.A
@Hadebolly -
Natan Santos
@dev_natan -
delott.eth
@DannyDelott -
Melvin Ugo
@c0deakBlack -
ERINA
@pon5555_ -
param
@defaultparam -
IronConPolla
@IronConPolla -
VARUN
@varunjha089
Something went wrong.
Something went wrong.