Skip to content
Python For Fun
  • Home
  • Codes
    • Basic Codes
    • Turtle Codes
  • Blogs
  • Projects
  • FAQs
  • Login
  • Register
  • Contact us
  • Home
  • Codes
    • Basic Codes
    • Turtle Codes
  • Blogs
  • Projects
  • FAQs
  • Login
  • Register
  • Contact us

basic python codes

Sorting words of a string Alphabetically

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

Sorting words of a string Alphabetically A simple code to sort the words of a statement in Alphabetical orderWelcome to the code! We will be taking a statement from the…

Continue Reading Sorting words of a string Alphabetically

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 Reading Finding 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:0 Comments

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 Reading To find the area of a circle

Displaying Multiplication Table

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

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 Reading Displaying Multiplication Table
©2020 - All Rights Reserved. Python for fun.