This media is not supported in your browser
VIEW IN TELEGRAM
"It Just Works"🤣😂
https://openinapp.co/6df5f
https://openinapp.co/6df5f
😁2🔥1
Git Resources
Official website: https://git-scm.com/
Pro Git book: https://git-scm.com/book/
Learn git: https://www.atlassian.com/git/tutorials/
Practical introduction: https://try.github.io/
Visual tutorial on branching: https://learngitbranching.js.org/
#git
Official website: https://git-scm.com/
Pro Git book: https://git-scm.com/book/
Learn git: https://www.atlassian.com/git/tutorials/
Practical introduction: https://try.github.io/
Visual tutorial on branching: https://learngitbranching.js.org/
#git
👍2
Output:
4
Explanation:
The comma (,) operator is a binary operator that evaluates the first operand and discards the result and then evaluates the second and then returns the value of second. Here the associativity of the comma (,) operator is from left to right and is easy to understand that the expression(1,4,5,6,3) evaluates to be 3 and then the result 1 + 3 is assigned to i.
4
Explanation:
The comma (,) operator is a binary operator that evaluates the first operand and discards the result and then evaluates the second and then returns the value of second. Here the associativity of the comma (,) operator is from left to right and is easy to understand that the expression(1,4,5,6,3) evaluates to be 3 and then the result 1 + 3 is assigned to i.
This media is not supported in your browser
VIEW IN TELEGRAM
Okay Tata Bye Bye Goodbye🙄😦
https://openinapp.co/73d60
https://openinapp.co/73d60
10000+ Views completed on our YouTube channel ❤️😃
Feel free to Subscribe ✨✨
1 subscribe = 100 Motivation
Click Here To Subscribe
Feel free to Subscribe ✨✨
1 subscribe = 100 Motivation
Click Here To Subscribe
This media is not supported in your browser
VIEW IN TELEGRAM
Didn't See That Coming 🤣🤣😆
https://openinapp.co/70c6e
https://openinapp.co/70c6e
💡How to host your full-stack app for Free 👇
Front-end:
→Netlify
→Vercel
→Render
→Github pages
Back-end:
→Vercel (my preferred one)
→Netlify functions
→Google Cloud Functions
Database:
→Mongo Atlas
→Firebase
→FaunaDB
Add more 💬👇
Front-end:
→Netlify
→Vercel
→Render
→Github pages
Back-end:
→Vercel (my preferred one)
→Netlify functions
→Google Cloud Functions
Database:
→Mongo Atlas
→Firebase
→FaunaDB
Add more 💬👇
👍1
Ans. (d)
Explanation: An else block between finally block between try is defined in python. If there is no exception in try block then else is executed and then the finally block. An except block can be defined to catch multiple exception.
Explanation: An else block between finally block between try is defined in python. If there is no exception in try block then else is executed and then the finally block. An except block can be defined to catch multiple exception.
👍1