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. #Kodezi N/A
- 2. Brian Cole 10.1K posts
- 3. Chronos 1,310 posts
- 4. Walter Payton 8,664 posts
- 5. Price 260K posts
- 6. The FBI 110K posts
- 7. Merry Christmas 67.4K posts
- 8. #WPMOYChallenge 14.8K posts
- 9. #NationalCookieDay N/A
- 10. #25SilverPagesofSoobin 33.3K posts
- 11. Tong 17.2K posts
- 12. #thursdayvibes 3,119 posts
- 13. GLOWING FAYE AT RED SEA FILM25 80.5K posts
- 14. Earl Campbell 3,654 posts
- 15. $META 12.5K posts
- 16. The Blaze 5,816 posts
- 17. Dealerships 1,925 posts
- 18. Woodbridge 1,741 posts
- 19. Good Thursday 39.8K posts
- 20. Hilux 12.2K 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.