CloudxLab (@cloudxlab) 's Twitter Profile
CloudxLab

@cloudxlab

Working on Artificial Intelligence #AI and #BigData. Specialists in providing a gamified learning experience in Big Data, Machine Learning, DeepLearning, DevOps

ID: 4836078373

linkhttps://cloudxlab.com calendar_today30-01-2016 17:25:57

1,1K Tweet

527 Followers

209 Following

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Java Q. Which of the following is not a feature of Java? ---- #javascript #JavaJunkie #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #ios #DevOps #AI #deeplearning #QuizzTown #NLP

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? nums = [1, 2, 3] print(nums[-1]) ---- #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #ios #DevOps

CloudxLab (@cloudxlab) 's Twitter Profile Photo

The original name of Google was actually "Backrub." #facts #instadaily #tech #technology #coding #python #programming #learning #cloud #cloudxlab #techfact #DidYouKnow #devops

The original name of Google was actually "Backrub."

#facts #instadaily #tech #technology #coding #python #programming #learning
#cloud #cloudxlab #techfact #DidYouKnow #devops
CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? a = 10 b = 5 print(a % b) ---- #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #ios #DevOps

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? a = [1, 2, 3] print(a[1:2]) ---- #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #ios #DevOps #ai

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? a = [1, 2, 3] b = a b[0] = 4 print(a) ---- #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? a = ["apple", "banana", "cherry"] print(len(a)) #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? x = 10 y = 20 x, y = y, x print(x, y) #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #DevOps #ai

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? def my_func(x, y=[]): y.append(x) return y print(my_func(1)) print(my_func(2)) print(my_func(3)) #Java #Tech #DevOps #ai #karnataka #ios

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? my_list = [1, 2, 3, 4, 5] print(my_list[10:]) #javascript #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #DevOps

CloudxLab (@cloudxlab) 's Twitter Profile Photo

#dailyquiz | Topic : #Python Q. What is the output of the following Python code snippet? a = [1, 2, 3, 4, 5] b = a[-2:-4:-1] print(b) #Karnataka #pythoncode #learninganddevelopment #DeepLearning #Tech #Technology #Science #BigData #DevOps