

Python f-strings tips and tricks
With python f-strings, you can display variable names along with their values, perform mathematical operations and so on.
How to Create Overlapping Gallery in CSS
Learn how to add this beautiful overlapping effect to photo gallery in your school or college projects. Share and 💗 for more CSS snippets!!!
Detect if Caps Lock is ON or OFF
In JavaScript, we can detect if the Caps Lock is On or Off with the help of getModifierState() method.
Swap 2 numbers without taking a temporary variable
Write a Python program to swap two numbers without taking a temporary variable.
Python Snippets Part 1
Python Snippets: Find the frequency of characters in a string. Merge 2 lists into a dictionary. Print Variable Names using f-string and extract elements from a list.
C Program to Implement Calculator using switch case
Write a C Program to Implement Calculator using switch case. It should perform basic operations such as add, subtract, product and divide.
C Program – Calculate Premium based on Car Value & Insurance
C program to accept the car value and category of insurance from the user and calculate the premium to be paid.
C Program to Calculate the Bill of Typing and Printing Job
C Program to calculate bill of a job done. Typing rate is 3 Rs/page. Printing of 1st copy is 5 Rs/page and later every copy 3 Rs/page.