Skip to content
Sloth Coders

Sloth Coders

Feel The Code

  • Home
  • Blog
  • C
  • C++
  • Python
  • Java
  • JavaScript
    • HTML
    • CSS
    • C#
    • Go
    • Rust

Python

Python Program to Find Volume and Surface Area of Sphere

07/11/2022 by Niraj Kumar

Howdy readers, today you will learn how to write a python program to find the volume and surface area of a sphere.
This program prompts the user to enter the radius of the sphere, then it calculates the volume and surface area using the following methods:

Categories Python, Python Programs Tags python programs Leave a comment

Finding the Greatest Digit in a Number Using Python

03/11/2022 by Niraj Kumar
Finding the Greatest Digit in a Number Using Python

Howdy readers, today you will learn how to find the greatest digit in a number using Python programming language.
There are two ways to perform this task and we will be discussing both of them in this tutorial.

Categories Python Tags Python Tutorial Leave a comment

How to Calculate Percentage in Python

02/11/2022 by Niraj Kumar

Howdy readers, today you will learn how to calculate percentage in python.
There is no percentage operator available in python to calculate the percentage.

Categories Python Tags Python Tutorial Leave a comment

How to Concatenate Strings in Python

01/11/2022 by Niraj Kumar

Howdy readers, today you will learn how to concatenate strings in Python. Concatenating two strings refers to the merging of both strings together. For example, two strings ‘Spider’ and ‘Man’ after concatenating become ‘SpiderMan’.

Categories Python Tags Python Tutorial Leave a comment

Python Program to Print Non-Square Numbers

01/11/2022 by Niraj Kumar

Howdy readers, today you will learn how to write a python program to print non square numbers. Non-Square numbers are the numbers which are not perfect squares of any number (36 is a square number since it can be written as 6 x 6).

Categories Python, Python Programs Tags Python Tutorial Leave a comment

Python Program to Add Two Numbers Using Function

04/08/202216/04/2022 by Niraj Kumar

Howdy readers, today you will learn how to write a program to add two numbers using a function in the Python Programming language.

Categories Python, Python Programs Tags Python Program to Add Two Numbers Using Function, python programs Leave a comment

Python Program to Swap Two Numbers Using Function

04/08/202206/04/2022 by Niraj Kumar

Howdy readers, today you will learn how to write a program to swap two numbers using a function in the Python Programming language.

Categories Python, Python Programs Tags Python Program to Swap Two Numbers Using Function, python programs Leave a comment
Older posts
Page1 Page2 Next →

Sloth Coders


Sloth Coders is a learning paradise for programming enthusiast to learn coding.

  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
  • C++ Program to Print First 10 Natural Numbers
  • C++ Program to Find Sum of First 10 Natural Numbers
  • C Program to Calculate Area and Circumference of a Circle Using Functions
© 2023 Sloth Coders • Built with GeneratePress