Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Python program to count unique letters in any given string or paragraph

To count the unique letters in any given string and paragraph we can use python dictionary object and its indexing method. Below the program...

SoloLearn Python Core: celsius to fahrenheit converter code project answer

Code project answer of  SoloLearn mobile Application and project celsius to fahrenheit converter code from Python Core course. celsius = i...

SoloLearn Python Core: functions and modules quiz answer

 This is a quiz answer of module 4, Python Core course of SoloLearn mobile application. This is final quiz appear after module 4 functions a...

Sololearn Python Core code project FizzBuzz answer

 FizzBuzz is a well known programming assignment, asked during interviews.The given code solves the FizzBuzz problem and uses the words &quo...

Sololearn quiz answers for python Core: Control structure

 Sololearn mobile application quiz answers for Python Core programming of module control structure: 1. What is the output of this code? list...

Difference between Turbo C++ and Borland C++

Are you wondering why there is many programming environments available for C and C++ even both use same programming method and library?Yes,...

How to Solve The Towers Of Hanoi in Python | Recursive programming

The tower of Hanoi is most popular and very interesting puzzle.Let me explain the puzzle first, there are three towers given let say X , Y ...