Skip to content
Python For Fun
View website Menu
  • Home
  • Codes
    • Basic Codes
    • Turtle Codes
  • Blogs
  • Projects
  • FAQs
  • Login
  • Register
  • Contact us
  • Type your search
  • Home
  • Codes
    • Basic Codes
    • Turtle Codes
  • Blogs
  • Projects
  • FAQs
  • Login
  • Register
  • Contact us
  • Type your search

python codes

Finding factors of a number

  • Post author:Lakshya
  • Post published:November 3, 2020
  • Post category:Basic Codes
  • Post comments:0 Comments

Finding factors of a number A simple code to find the factors of a number using for loopWelcome to the code! We will be using for loop to find the…

Continue ReadingFinding factors of a number

To find the area of a circle

  • Post author:Harshit
  • Post published:October 27, 2020
  • Post category:Basic Codes
  • Post comments:1 Comment

To find the area of a circle A code to find the area of a circle using Python programmingWelcome to the code! We'll be finding the area of the circle…

Continue ReadingTo find the area of a circle

Checking Palindrome using if-else

  • Post author:Akhila27
  • Post published:October 24, 2020
  • Post category:Basic Codes
  • Post comments:2 Comments

A Palindrome is any number or word which when reversed remains the same. For example, 12121 is a palindrome number. Similarly, "LEVEL" is a palindrome.

Continue ReadingChecking Palindrome using if-else

Getting started with lists

  • Post author:Akhila27
  • Post published:October 10, 2020
  • Post category:Basic Codes
  • Post comments:0 Comments

Getting started with lists A function which defines a list and we will get an output listA function that takes the input of a list of integers and the output…

Continue ReadingGetting started with lists

Displaying Multiplication Table

  • Post author:Harshit
  • Post published:September 13, 2020
  • Post category:Basic Codes
  • Post comments:1 Comment

Displaying a Multiplication Table A code to display the Multiplication Table of a specific number.Welcome to the code! This code is for all the geeks out there who love to…

Continue ReadingDisplaying Multiplication Table

Checking Leap Year

  • Post author:Harshit
  • Post published:September 13, 2020
  • Post category:Basic Codes
  • Post comments:0 Comments

Checking Leap Year! A simple code to check whether the given year is leap year or not.Welcome to the code! Here’s a simple code to check whether the given year…

Continue ReadingChecking Leap Year
  • 1
  • 2
  • Go to the next page
©2020 - All Rights Reserved. Python for fun.