Posts

How to Cloud host through localhost php #cloudhost #localhostphp #Cloud

Data insert from PHP to MySQL Cloud Database

How to In Visual Basic User form to add data into Excel Sheet

How to Database Connection With Python and MongoDb #Database #python #mo...

Database Connection With Python and MongoDb

Project Online Examination System in PHP & Java Script User ID and Password Send On Email Id

List vs Set vs Tuple in Python

Count all lower case, upper case, digits, and special symbols from a given string Given: str1 = "P@#yn26at^&i5ve" in Python

Unpack the following tuple into 4 variables aTuple = (10, 20, 30, 40) in Python

Reverse the following tuple aTuple = (10, 20, 30, 40, 50) in Python

Given two Python sets, update the first set with items that exist only in the first set and not in the second set in Python