Complete Coding by Prashant Sir
Open in Telegram
Visit https://www.completecoding.in 🔥📔 We assure you that we'll only share crucial updates about our upcoming YouTube courses. Rest assured, there won't be any spam messages. You can anticipate receiving a maximum of one update per week.
Show more4 854
Subscribers
No data24 hours
+77 days
+3030 days
Posts Archive
What is the size of theHashMap in following code snippet?
HashMap map = new HashMap(); map.put(1, "Java"); map.put(null, "OOP"); map.put(null, null);
What is the size of theHashMap in following code snippet?
HashMap map = new HashMap(); map.put(1, "Java"); map.put(null, "OOP"); map.put(null, null);
What is the maximum value for an integer in Python 3?
Do you struggle writing the logic of code?? 🤔🤔
Can you further optimize it⁉️
Here is a video by Vinay Sir calculating LCM from building the logic to optimize the code further to make it more efficient🔥💫 💫
➡️Watch now: https://www.youtube.com/watch?v=52nuTtmgkBY
Don't Forget to subscribe the channel✨✨
What will happen if you execute the following in Python?
IMPORT THIS
Hello Champs,
Starting new journey on LinkedIn. Follow to help us broaden our network and we promise to deliver amazing stuff.
Please Follow: https://www.linkedin.com/company/knowledge-gate
Let's stay connected with your favourite mentors on LinkedIn.✨
See you there🤩🤩
Do you want to create a QR code of your own?🤔
You know how to do it using Python⁉️🤩
➡️Check this post and execute the code & you can customise your QR code to your favourite color✨✨ https://www.instagram.com/p/CZ67R0RvwjX/
Don't forget to follow kg_coding: https://instagram.com/kg_coding
In which programming language, Netflix is written?
Which Language can execute "else" within a "for" loop?
Which front-end language is most commonly used in Google, Facebook, YouTube, Yahoo, Amazon, Twitter, LinkedIn???
In which programming language Instagram app is written?
Do you know how to check if a number is prime or not in a single line?? That too in Java?? 🤔🤔
See the reel for the awesome trick🤩https://www.instagram.com/reel/CZec3zwpa_u
Follow https://instagram.com/kg_coding for more such tricks✨✨
How many CPUs (or cores) will the Python threading library take advantage of simultaneously?
Guess The output.
chocolate = "5" chocolate += "0" milk = int(chocolate)+5 print(milk)
Do you know Python is the most used programming language in last two years?😲
Want to learn Python and wondering how??🤔🤔
Here is a complete course by Vinay Sir: https://www.knowledgegate.in/learn/Python-Programming-Basic---Advanced-Competitive-Programming
Enroll Now✨✨
☎️For any query or placement-related help: 8097320395 or 9650184667
What will be the output?
str = "this is a quiz" a = str.capitalize() b = str.title() print(a[10]+b[10])
