Explore tweets tagged as #predictTheOutput
#Day46.#PredictTheOutput.>>> print(2*3**3*4). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
17
7
#Day56.#PredictTheOutput .>>> x=0.>>> while(x<20):x=x+3. #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
6
5
#Day47.#PredictTheOutput.>>> s1=[5,6,7,8].>>> print(s1[::-2]). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
4
2
#Day52.#PredictTheOutput.>>> 2+4.0,2**4.0. #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
2
1
#Day45.#PredictTheOutput.>>> s1={10,20,30}.>>> s2={40,50,"10"}.>>> print(s1.union(s2)). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
1
4
#Day51.#PredictTheOutput.>>> L=[1,2,3].>>> print(L*2). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
4
3
#Day54.#PredictTheOutput .>>> print(1+2+"3"). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
8
3
#QuestionOfTheDay .#predicttheoutput . Explanation of this and yesterdays question will be shared as video by 8.00 pm today
2
0
0
Yesterday I was reading about Strings in JavaScript and found a very small yet very interesting problem where I had to guess the answer. Let's see if you can predict the output of the below code:.#javascript #quiz #predictTheOutput #jsStrings #webdev #webdevelopment #FrontEnd
1
0
0
πWant to dive into the JavaScript universe? Can you predict the outcome of this code snippet? π€. Follow me for more mind-bending code challenges! π. #JavaScriptMagic #CodeChallenge #PredictTheOutput
2
0
0
#Day50.#PredictTheOutput.>>>def x():. pass. >>>type(x()). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
1
2
#Day57.#PredictTheOutput .>>> a,b=100,5.>>> print(a//b*a/b). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
3
5
#Day48.#PredictTheOutput.>>> l=[1,2,3].>>> l.append([4,5,6]).>>> print(len(l)). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
2
2
#Day55.#PredictTheOutput .>>> y=10.>>> x=y+=2.>>> print(x). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
2
2
#Day58.#PredictTheOutput .>>> a,b,c=20,5,4.>>> print(a-a*b/a//c). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
2
6
#Day53.#PredictTheOutput .>>> aTup=(100,).>>> print(aTup*2) . #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
1
1
#Day49.#PredictTheOutput.>>> a={"a":1,"b":2,"c":3}.>>> print(a["a","b"]). #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
1
1
#Day81 #PredictTheOutput. >>> x, y = (0, 1) if True else None, None.>>> x,y. Write what you expect would be printed in reply to this tweet. #100DaysOfCode #Python #ComputerProgramming #Coding #DEVCommunity #BlackTechTwitter.
0
1
3
#PredictTheOutput. int x, y; .class BixTest.{. public:. BixTest(int xx = 0, int yy = 0). {. x =. http://t.co/OJWaX5HMPB.
0
0
0