Overall company coding pratics with full concepts in python language.
RAVI KUMAR SINGH DAY :01 🔰 # guess the output data={} print(type(data)) # eska output disconary aayega. 🔰 #Guess the output of the code. a=set() print(a) # yah empty set ko generate krega. 🔰 #Guess the output of the code. print(-10//3)# yaha flwer division ho rha hai. # eska output -4 aayega kyuki jb 3 se divide krenge to -3aur-4 but near me -4 hoga aur near wale ko flower bolte hai aur dur bale ko ceil bolte hai. print(10//3) # output 3 aayega print(20//5) # output 4 aayega. # ye sabhi flower division ke example the . 🔰 # print the below output. # "python uses \n for new line" print( ' "python uses \\n for new line" ') # eska output same aayega 🔰 #print the output below # /\/\/\/\ print('/\\/\\/\\/\\')# yadi 3 back slash cheia to 6 back slash...