Desktop Background Change

How to Reset a Desktop Background?

Changing or resetting our desktop backgrounds is fun. Photos can look boring if they are there for a long time. Our eyes would welcome a new one most of the time. Here’s how to reset desktop backgrounds: 1) Click the Start button to look for the Control Panel in your pc. OR you may use right-click option at the…

Read More
Access-Ymail

How to Access a Ymail Account?

Have you wondered why we can access Ymail when we are in a yahoo website? A most common question that comes to mind is: Are yahoo mail, RocketMail and Ymail the same? The answer is YES! They are all owned by Yahoo! and the management gave Ymail and RocketMail as alternate to yahoo.com (yahoo-dot-com) email…

Read More
Convert Int to String in Python

How to Convert Int to String in Python?

Other programming languages may implicitly typecast integers to strings when concatenating with strings. Well, Phyton does not. Phyton has a handy built-in function “str” that converts the argument passed in to a string format. Convert Int to String in Python In other words, “str” (string) function is used to convert int to string phyton. By…

Read More